Y
Hacker News
new
|
ask
|
show
|
jobs
by
facetube
2957 days ago
Thanks for the clarification. Can I ask how the MVCC is implemented (e.g. WAL, MVTO, MVRC, etc.), or if there's documentation around that might give some additional insight?
1 comments
damienkatz
2957 days ago
Here’s a link that describes the Couchstore file format. It’s the storage engine for Couchbase and is essentially the same design as CouchDB.
https://github.com/couchbaselabs/couchstore/wiki/Format
link
facetube
2957 days ago
Thanks a lot; this is super-helpful.
link