Jason Peters jlpeters@ispalliance.net writes:
I am testing an OpenLDAP server with 3000 fake 'people' entries, but it does not perform as well as I would expect. I have added some tweaks based on my research of the documentation. Is there anything I am missing here? Is there any way to further tune this setup?
What do you expect?
$ time ldapsearch -Y external -H ldapi:/// \ -b ou=benchmark,o=avci,c=de -s one sn=* ...
# numResponses: 9001 # numEntries: 9000
real 0m18.959s user 0m0.231s sys 0m0.096s
The total number of entries is some 30K
What are your results?
-Dieter