https://bugs.openldap.org/show_bug.cgi?id=9760
Issue ID: 9760
Summary: back-wt is not set "SLAP_DBFLAG_CLEAN"
Product: OpenLDAP
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: needs_review
Severity: normal
Priority: ---
Component: backends
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
https://github.com/osstech-jp/openldap/issues/10
yasumatk says:
> If "SLAP_DBFLAG_CLEAN" is not set for a backend database, the initialization
> process of the syncprov overlay reads all entries in the backend database.
As a result, slapd startup time will increase on the back-wt database with a
large number of entries.
So, back-wt should be set "SLAP_DBFLAG_CLEAN" in back-wt/init.c.
--
You are receiving this mail because:
You are on the CC list for the issue.