ethereum / alexandria

MIT License
6 stars 9 forks source link

Journal the ephemeral DB data #3

Open pipermerriam opened 4 years ago

pipermerriam commented 4 years ago

The ephemeral database data should be journaled so that it can persist between runs.

staccDOTsol commented 11 months ago

Journalling the ephemeral database data is not necessary as the purpose of an ephemeral database is to store temporary data that is not meant to persist between runs. Ephemeral databases are typically used for caching or temporary storage purposes. If you need to persist data between runs, it is recommended to use a persistent database solution such as a relational database or a distributed ledger like Ethereum.