SQLite (with WAL) doesn’t do `fsync` on each commit under default settings
SQLite has a WAL mode (the default is journal mode), but you’re likely using it if you want higher write…
SQLite has a WAL mode (the default is journal mode), but you’re likely using it if you want higher write…