]> 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:32:33 +0000 (14:32 +0000)
commitd2fa5806d82551ac6e4a60936bbdae1042e79a86
tree3fde305de126e399026ba6e0bcd492e97753124d
parentd87d682b6db9c04c1bee34e5cadbbcae4e6d9a67
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