chirino / lmdbjni

A Java Native Interface to the Lightning Memory-Mapped Database (liblmdb)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

are there any limitation on size and 'type' of Values ?

vladp opened this issue · comments

We are trying to serialize a Java array of objects, and store that serilization as single 'value' in LMDB via LMDB JNI
The value is not more than 100KB in size
When we are reading the value back, we are getting null. Not clear yet if the problem is on 'store' or on 'read'.

Wanted to check if there are know limitations that we missed in the docs.

Or if others had seen anything similar (LMDB JNI is not compiled with the most recent version of LMDB, from what I understand - so appreciate thoughts, if this might be relevant)

thx in advance