Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
silly_giraffe
8y ago
0 comments
Share
SQLite can handle a lot more than people think. The SQLite website uses it for production (
https://www.sqlite.org/whentouse.html
)
0 comments
default
newest
oldest
StavrosK
8y ago
It can handle a
lot
of reads, but you'll have problems with multiple concurrent writes (at least with Python). I run read-heavy production websites on SQLite just fine, though.
j
/
k
navigate · click thread line to collapse