Hacker News new | ask | show | jobs
by ledgerdev 1385 days ago
If it's good enough for avionics and nuclear subs, it's probably good enough for most web apps.
1 comments

Web apps do more concurrent writes than subs, plus you can configure SQLite for more durability
I don't have the data for subs, but there's web app and web app. No one is talking about using SQLite for 5k queries/s.

It might work, but I reckon 90% of web applications live beneath this relatively small threshold and 80% probably don't even reach 50 q/s.