Y
Hacker News
new
|
ask
|
show
|
jobs
by
emehex
26 days ago
I think you'd be surprised to learn how many real production apps are actually running on top of SQLite (by way of Cloudflare D1).
1 comments
therealdrag0
26 days ago
Many DB servers are built upon embedded DB primitives (like RocksDB), that doesn’t mean the primitives are sufficient on their own.
link
emehex
25 days ago
I'm not sure what this has to do with my comment? D1 is pretty much sufficient on it's own...
link
therealdrag0
25 days ago
My point is D1 is not sqlite, it’s a serverized architecture of it, including building things like replication, etc.
Plus, D1 has a 10gb limit which is wild to call “sufficient”.
link