Skip to content

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.

  1. Write an entry log with the format, operation-key-value-timestamp
  2. Point #1 is done async
  3. Read the entries in order, so the cache is re-built
Clone this wiki locally