Tag: performance
-
SQLite: WAL Mode
Oct 5, 2020
From SQLite v3.7.0, write-ahead logging (WAL) mode is available which has the following advantages: It is significantly faster. It enables more concurrency as readers don't block writers and vice...
Software Engineer. Writing about databases, infrastructure, and distributed systems.