mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
b7057eb61e
Instead of converting directly to a subDB when the first duplicate item is seen for a key, convert to a subpage instead. Allow the subpage to grow up to the overflow limit, then convert to a subDB. This saves a significant amount of space in a typical slapd index database. Currently we don't convert back to the smaller form if items are later deleted. Probably could do that with some hysteresis, e.g., convert back from subDB to subpage when the size drops below (overflow limit/2). Maybe later. |
||
---|---|---|
.. | ||
.gitignore | ||
COPYRIGHT | ||
Doxyfile | ||
LICENSE | ||
make.sh | ||
Makefile | ||
mdb_stat.c | ||
mdb.c | ||
mdb.h | ||
midl.c | ||
midl.h | ||
mtest2.c | ||
mtest3.c | ||
mtest4.c | ||
mtest5.c | ||
mtest6.c | ||
mtest.c |