Hacker News new | ask | show | jobs
by voidstarcpp 1003 days ago
In my limited experiments WAL wasn't faster for high-row-speed writes.

When rows/s are maximized SQLite is CPU limited by internal bytecode operations rather than waiting for disk stuff.