[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: How Indexes work?
2010/12/30 Dieter Klünter <dieter@dkluenter.de>:
> On Thu, Dec 30, 2010 at 07:53:52PM +0100, Steeg Carson wrote:
>> Hello,
>>
>> I tried a little bit more time to investigate the problem.
>>
>> First, I installed a 64bit test machine, with 16GByte RAM and 2 CPUs
>> under VMware ESX with own SAS-Storage (RAID10) for only this Machine.
>> I configured slapd.conf as following:
>>
> [...]
>
>> In DB_CONF i set 2 GB BDB page cache (set_cachesize 2 0 1)
>>
>
>> The entire directory holds 470812 entires.
>> ldapsearch -x -h localhost -wpassword -D"uid=admin,ou=root"
>> -b"cn=ownPath,ou=root" "(ObjectClass=subEngine)"
>
> The default scope is subtree, reduce scope to onelevel
>
No, it is necessary to search the whole subtree not only one level...
This was not the question.
Thanks Steeg