From 6c34a7c3b2405a7609e141461a44074395401da3 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 19 Jan 2005 10:10:51 +0000 Subject: [PATCH] ITS#3330 mention objectClass index --- 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 13496d2219..50716b7c7e 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -92,7 +92,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 28a3d68fed..f62d2e6cdc 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