6 ms·
Snapshops / backups with MVCC isn't that complicated - you take a snapshot of the versions, and then backup the data at that version.
by thebigjc 14y ago
Snapshops / backups with MVCC isn't that complicated - you take a snapshot of the versions, and then backup the data at that version.
- fdr 14y agoIt is not complex, but it is very burdensome, usually because various garbage collection processes cannot act as long as the long snapshot is open.