3 ms·
I have some SQLite databases that are chewing through over 1K writes per second in production (WAL=on). Is that with synchronous full(2) or normal(1)? What's
by ithrow 5y ago
I have some SQLite databases that are chewing through over 1K writes per second in production (WAL=on).
Is that with synchronous full(2) or normal(1)?
What's your SQLITE_THREADSAFE mode?