Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Batching writes is probably a good idea, but by far the absolute best way to do something like this with SQLite is to use WAL and have a single designated writer (and as many readers as you want), probably fed by something like a queue. As long as you do that, I usually find the the performance is often really amazing.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: