Skip to content

3.1 Historical Data Management

Olga Arsenieva edited this page Sep 26, 2018 · 9 revisions

3.1 Historical Data Management

This page will be about historical data management

Managed by schema designs: Store full document with increment version number field (possibly extra field to ID latest version). Store all document versions in one document. Store old versions in separate collection Store only deltas(versions witch changes) with each increasing version. Derive current state by merging.

More info http://www.askasya.com/post/trackversions/

Clone this wiki locally