▲ | graemep 5 days ago | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sqlite is a bad fit for anything where ephemeral storage is the default. On the other hand is you use a simple VPS there is no problem. There are multiple simple ways of doing SQLite backups https://sqlite.org/lang_vacuum.html#vacuuminto https://sqlite.org/rsync.html - or just lock and copy the file. If you need to scale enough that it is a concern, then its not a good fit for your use case. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | degamad 5 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> If you need to scale enough that it is a concern, then its not a good fit for your use case. If you need to scale writes. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|