Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
silly_giraffe
8y ago
0 comments
Save
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
1 comments · 1 top-level
top
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