Hacker News new | ask | show | jobs
by nonethewiser 244 days ago
Can you elaborate? That certainly seems to be what happens in a typical crud app. You have some model for your data which you persist so that it can be loaded later. Perhaps partially at times.

In another context perhaps you're ingesting data to be used in analytics. Which seems to fit the "reconstruct past memory stat" less.

1 comments

Presumably the analysis will retrieve stored memory states from the ingestion phase to then perform useful calculation, or else why is there a database?