https://bugs.openldap.org/show_bug.cgi?id=10511
Issue ID: 10511 Summary: Add pagesize setting to back-mdb Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: backends Assignee: bugs@openldap.org Reporter: hyc@openldap.org Target Milestone: ---
With LMDB 1.0, the DB pagesize is now configurable. Add an option to back-mdb to support this. Larger page sizes accommodate larger keys, which is also helpful when using multival.
https://bugs.openldap.org/show_bug.cgi?id=10511
Howard Chu hyc@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |IN_PROGRESS
--- Comment #1 from Howard Chu hyc@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/884
https://bugs.openldap.org/show_bug.cgi?id=10511
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@openldap.org |hyc@openldap.org Keywords|needs_review | Target Milestone|--- |2.7.0
https://bugs.openldap.org/show_bug.cgi?id=10511
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |TEST Status|IN_PROGRESS |RESOLVED
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- head:
• 60458c53 by Howard Chu at 2026-05-20T22:42:48+00:00 ITS#10511 slapd-mdb: add dbpagesize config option
RE27:
• 8938180f by Howard Chu at 2026-05-21T01:23:47+00:00 ITS#10511 slapd-mdb: add dbpagesize config option