Hacker News new | past | comments | ask | show | jobs | submit login

Doesnt sqlite fail fast when many users commit at once?



There's a level of write-heaviness after which SQLite, even in WAL mode, is the wrong choice.

But one can get pretty far with this design. Thousands of writes per second from a few dozen writers, no problem. Millions and hundreds, I'd use something else for that.


Or if you have 10,000 writers each taking 10ms, that's 100 WPS, not bad for most apps.




Join us for AI Startup School this June 16-17 in San Francisco!

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

Search: