tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
11.57k stars 288 forks source link

How big can be one database size? #772

Open GorvGoyl opened 11 months ago

GorvGoyl commented 11 months ago

I'm planning to introduce a Database in my (vercel edge) production app and want to know how big can the turso.tech database be. I don't want to have a single db-per-user approach. Is there an upper cap to the size? Are there any gotchas if I use single db like degraded performance after certain size?

haaawk commented 11 months ago

100GB should be totally fine. The exact maximum is probably few times higher.