[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LMDB usage with long or variable length keys



On 22/04/15 03:17, Alex V. wrote:
just recompile with MDB_MAXKEYSIZE=2047 or something like
this?

2047 is too high, a page needs room for header info too.
Set it to 0 and let LMDB compute it.