|
|
|
|
|
by refulgentis
253 days ago
|
|
I'm curious: Lets take that given, i.e. massive IO works reliably only when a single process has access. How will SQLite handle concurrent access by multiple processes when git/npm/whoever switches over to it? (A: It doesn't, even in a single process, you need to obtain a global lock to write while all readers pause.) |
|
https://sqlite.org/wal.html
Readers don't have to pause.