|
|
|
|
|
by dest
2492 days ago
|
|
Interesting pick from one of the links in the article: "SQLite has fantastic write performance as well. By default SQLite uses database-level locking (minimal concurrency), and there is an “out of the box” option to enable WAL mode to get fantastic read concurrency — as shown by this test. But lesser known is that there is a branch of SQLite that has page locking, which enables for fantastic concurrent write performance." https://blog.expensify.com/2018/01/08/scaling-sqlite-to-4m-q... |
|