[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: objectClass index from slapd.conf is not working
- To: openldap-technical@openldap.org
- Subject: Re: objectClass index from slapd.conf is not working
- From: tim stone <timstone10001@googlemail.com>
- Date: Fri, 10 Sep 2010 08:25:43 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Xm530TRaZaGin+5UNhlFt2GLOX4Sc1PiLFIcmvttXME=; b=faQEVt5GNoefdCNCWOMO4cs07UttABL2mmoz5ygvJglhTG8zuNhvbnzLckaagmnRLg UMDM9coCowioJ1M+c0PljONzVk+0QUFTLkz+4AF+VgHV4PccKgXUtuHSwKFfw6OYFove TfjTn1CGxFy6DIl4HQhr/eim+qVF/F6woCPsA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=VlRoIs2lIDBqhjv/iHwFKhq5fkb6YO2VgE62UX6UBV7P0XI4OzoiauRnJO553Yw8Jr xwenz36rkb2Pvbd0mJ7s5aBUI4PgFQ4dNrXsmxt/YbIlyy8eRfqiTCBmHY/rC8aLRukN cRxi7novCCeP90IpsontaAFxnnvwIoWwnO0Dw=
- In-reply-to: <4C88D1B1.2040101@symas.com>
- References: <AANLkTi=7ERgBcREr7mWJ+-DkYpCAr+kW=FzWaqcxms3+@mail.gmail.com> <4C88D1B1.2040101@symas.com>
>
> The index is working as designed, it's just filled with a lot of false
> matches which have to be explicitly tested against the filter to be weeded
> out. The objectclass index provided 355545 candidates in the range of 228
> thru 355772. Some other search term provided (355755-112277) candidates,
> leaving the range from 112277 thru 355755 needing to be tested. If this
> search takes too long, then you need a larger entry cache.
I tried to increase the cachesize and idlcachesize to 100000 and
restarted the slapd, but it did not help.
Tim