Hacker News new | ask | show | jobs
by hyc_symas 1828 days ago
No. LMDB is copy-on-write, with double buffering/shadow pages for the root page updates. No searching for the last valid root page.

Looks like you have the other details right.