SQLite can apply tens of thousands of small writes a second, so queueing them up works fine for all but the absolute largest scale applications.
https://github.com/eatonphil/databases-intuition#go-mattngo-...
SQLite can apply tens of thousands of small writes a second, so queueing them up works fine for all but the absolute largest scale applications.