Description
SQLite-style storage can be used in a replicated, distributed setup. It is useful for developers and operators building services that need lightweight SQL with coordination across nodes.
Distributed databases add operational risks around consensus, networking, backups, and split-brain behavior. Test failure scenarios and data recovery before storing important production data.