[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openldap bench / stress free tools
Quanah Gibson-Mount wrote:
Here is the second search.
oops, I didn't noticed that , the second might be
Mar 8 10:11:10 calaz slapd[4639]: conn=1 op=2 SRCH
base="ou=people,dc=int-evry,dc=fr" scope=2 deref=3
filter="(&(mail=*)(|(mail=la*)(cn=la*)(sn=la*)(givenName=la*)(displayName=la*)))"
as the "op=2" tells us ...
OpenLDAP does not by default break searches up into chunks of 50,
either. Outlook is either requesting 50 results at a time (maybe paged
results?) or you have
50 entries as the search limit on your server.
no 10000 on the server! but there's indeed a 100 siezlimit search on the
outlook ldap config and not 50 !?
And the time to perform an ldapsearch doesn't necessarily give you the
best indicator of performance at all. For example, I performed a
search last night that took some 2 minutes to run the first time, and
only seconds the second time. Why? Because the second time, the search
and its results were *cached*. I assume of course that you have
"cachsize" and "idlcachesize" set in your ldap server to enhance
performance...
no idlcachesize ... I will look at that one .
Thanks .