erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 112 forks source link

Migration guide from LMDB to MDBX #199

Open erthink opened 3 years ago

erthink commented 3 years ago

Provide a step-by-step guide for migration from LMDB to MDBX.

pspacek commented 2 years ago

As an example https://gitlab.nic.cz/knot/knot-resolver/-/commit/4c8b2e13f8d35f3c807aa0ac6eb976bf62b0493b might be of help, together with rest of https://gitlab.nic.cz/knot/knot-resolver/-/commits/mdbx-experiment branch.