How are you accessing LMDB, are you using a library? I am trying to write an adapter for LMDB for another library and I am interested in what approach you’ve taken.
We used to use LMDBJava. Now we use our own LMDB wrapper based on JavaCPP. The next release of Datalevin will use our own fork of LMDB that has additional features.
There is a java wrapper https://github.com/lmdbjava/lmdbjava