-
Notifications
You must be signed in to change notification settings - Fork 3
Data persistence
Tomas Francisco Lingotti edited this page Jul 18, 2020
·
1 revision
How Fuego persist the data in disk?
Ok, if you want, Fuego could be an in-memory data storage.
But, do you need the data if any problem occurs? We have the solution.
- Write an entry log with the format, operation-key-value-timestamp
- Point #1 is done async
- Read the entries in order, so the cache is re-built