Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Oldmoe's blog
(Uncensored)
subscribe
The Write Stuff: Concurrent Write Transactions in SQLite – Oldmoe's blog
https://oldmoe.blog/2024/07/08/the-write-stuff-concurrent-write-transactions-in-sqlite/
links
backlinks
Tagged with:
databases
ruby
Introduction Versatile as it is, SQLite still suffers from one major drawback. Which is write concurrency. SQLite, using the Write-Ahead-Log (WAL) journaling mode, supports an unlimited number of r…