Comment on FoundationDB: A new generation of NoSQL databaseparentComments−thebigjc14ySnapshops / backups with MVCC isn't that complicated - you take a snapshot of the versions, and then backup the data at that version.−fdr14yIt is not complex, but it is very burdensome, usually because various garbage collection processes cannot act as long as the long snapshot is open.
Comments
Snapshops / backups with MVCC isn't that complicated - you take a snapshot of the versions, and then backup the data at that version.
It is not complex, but it is very burdensome, usually because various garbage collection processes cannot act as long as the long snapshot is open.