From: Howard Chu Date: Thu, 22 Jul 2004 22:52:47 +0000 (+0000) Subject: More info about linearindex and slapadd X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~34 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6a00e8b326e0e79b596dfcb0020c2f3b064ddf4a;p=openldap More info about linearindex and slapadd --- diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index 3798338d65..089f314794 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -116,6 +116,9 @@ each indexed attribute is processed individually, using multiple passes through the entire database. This option improves slapindex performance when the database size exceeds the dbcache size. When the dbcache is large enough, this option is not needed and will decrease performance. +Also by default, slapadd performs full indexing and so a separate slapindex +run is not needed. With this option, slapadd does no indexing and slapindex +must be used. .TP .B lockdetect {oldest|youngest|fewest|random|default} Specify which transaction to abort when a deadlock is detected.