rkv icon indicating copy to clipboard operation
rkv copied to clipboard

Switch from LMDB to libmdbx

Open erthink opened this issue 6 years ago • 4 comments

https://github.com/leo-yuriev/libmdbx#libmdbx

erthink avatar May 29 '19 16:05 erthink

Hi @leo-yuriev, is there something in particular you think we should consider about libmdbx?

mykmelez avatar May 30 '19 16:05 mykmelez

Hi, @mykmelez . I was taking a break to tidy up some important things, before replying and wasting your time. In short, I suggest you consider using libmdbx instead of LMDB.

erthink avatar Oct 25 '19 12:10 erthink

Here is a basic version of the rust mdbx bindings (which is a simple fork of the fork of mozilla).

Kerollmops avatar Oct 25 '19 13:10 Kerollmops

FYI.

Erigon (one of the most efficient frontiers for Ethereum) recently switched from LMDB to MDBX. AFAIK, there was no single reason, but because are a set of MDBX's improvements over LMDB.

Regards.

erthink avatar May 28 '21 16:05 erthink