Then you have massive synchronization problems if your data isn't almost read–only.
if your data isn't mostly read-only, then you're going to have an issue with SQLite. It doesn't nicely support parallel writers
Not if you're sharding correctly.
if your data isn't mostly read-only, then you're going to have an issue with SQLite. It doesn't nicely support parallel writers