From e28fc0004ba76896e16472f02cd09276fd61817f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Jan 2005 10:20:58 +0000 Subject: [PATCH] Import ITS#3330 from HEAD - indexing objectClass note --- doc/man/man5/slapd-bdb.5 | 6 +++++- doc/man/man5/slapd-ldbm.5 | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index 8cc6762e40..65c5ad57de 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -91,7 +91,11 @@ Some attributes only support a subset of indexes. If only an is given, the indices specified for \fBdefault\fR are maintained. Note that setting a default does not imply that all attributes will be -indexed. +indexed. Also, for best performance, an +.B eq +index should always be configured for the +.B objectClass +attribute. A number of special index parameters may be specified. The index type diff --git a/doc/man/man5/slapd-ldbm.5 b/doc/man/man5/slapd-ldbm.5 index 9296443cb2..aa868eb654 100644 --- a/doc/man/man5/slapd-ldbm.5 +++ b/doc/man/man5/slapd-ldbm.5 @@ -93,7 +93,11 @@ Some attributes only support a subset of indexes. If only an is given, the indices specified for \fBdefault\fR are maintained. Note that setting a default does not imply that all attributes will be -indexed. +indexed. Also, for best performance, an +.B eq +index should always be configured for the +.B objectClass +attribute. A number of special index parameters may be specified. The index type -- 2.39.5