]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9806 LMDB page_split: key threshold depends on page size
authorHoward Chu <hyc@openldap.org>
Mon, 28 Nov 2022 14:29:53 +0000 (14:29 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 28 Nov 2022 14:29:53 +0000 (14:29 +0000)
commit6a1954d0ae6876b70f503121483a1c5107a910c2
tree6c25a1c29f691a44eeb318c5cf44ce2b939fdb2f
parentb53474758f4fbcca2e76031017bbddfe92474e30
ITS#9806 LMDB page_split: key threshold depends on page size

32 was chosen for page size of 4KB. Not large nough for 16KB pages.
libraries/liblmdb/mdb.c