mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

336K
active users

"The second advantage of WAL-mode is that writers do not block readers and readers to do not block writers. This is mostly true" - coming to you live from the part where this is not true. #sqlite3 sqlite.org/wal.html

sqlite.orgWrite-Ahead Logging
Howard Chu @ Symas

@bert_hubert if you actually need that non-blocking behavior you should use SQLite backed by LMDB. Sqlightning or lumosql.

@hyc @bert_hubert mmmm this makes me wonder if I can coerce Elixir/Ecto to use an LMDB-backed SQLite ...