[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: choosing backend



On Wednesday 12 of March 2003 14:42, Frank Swasey wrote:
> Well, I have tested with 50000+ entries in both bdb and ldbm (using bdb)
> and have not seen what you are talking of, except when the attribute I
> was searching for was not indexed properly....  What are you indexing?
> Is it what you are searching for?

slapd.conf:

index           objectClass     eq
index           uidNumber       eq
index           gidNumber       eq
index           cn,sn,uid       pres,eq,approx,sub
index           mail            eq,sub,pres
index           postfixMboxStatus       eq
index           rfc822MailMember        eq,pres
index           rid             eq
index           vacationActive  eq


Brane