-
Notifications
You must be signed in to change notification settings - Fork 40
Deployment
Heyang Zhou edited this page Aug 21, 2022
·
1 revision
This page should not be considered complete; I'm starting to roll out mvSQLite on my personal projects and writing down my experience here.
- Backup
mvSQLite is beta software. To ensure the safety of your data in case a bug corrupted the database, it's suggested to enable FoundationDB continuous backup so that the cluster can be PITR'd back to the "last known good state".
- Security
See the Security page.
- Regions
It is suggested to deploy FoundationDB, mvstore, and SQLite client applications in the same region. The links between these components are very sensitive to latency, and >5ms of latency is usually unacceptable.