1
0
Fork 0

Update README.md

master
Philip O'Toole 2 years ago committed by GitHub
parent b32a41fc11
commit ce33f88732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,7 +93,7 @@ You can learn more about rqlite performance, and how to improve it, [here](https
### In-memory databases
By default rqlite uses an [in-memory SQLite database](https://www.sqlite.org/inmemorydb.html) to maximise performance. In this mode no actual SQLite file is created and the entire database is stored in memory. If you wish rqlite to use an actual file-based SQLite database, pass `-on-disk` to rqlite on start-up.
#### Does using an in-memory database put my data at risk?
#### Does using an in-memory SQLite database put my data at risk?
No.
Since the Raft log is the authoritative store for all data, and it is stored on disk by each node, an in-memory database can be fully recreated on start-up from the information stored in the Raft log. Using an in-memory database does not put your data at risk.

Loading…
Cancel
Save