On 09/11/2015 08:50 AM, ghiureai wrote:
Fast query:
ldapsearch -x -h xxx -b "ou=ds,dc=cb,dc=net" -W
-D "uid=axxx,ou=Users,ou=ds,dc=cb,dc=net"
"(objectclass=groupofuniquenames)" "cn" | sort -u | wc
Slow query:
ldapsearch -x -h xxx-b
"ou=groups,ou=ds,dc=cb,dc=net" -W -D
"uid=axxx,ou=Users,ou=ds,dc=cb,dc=net"
"(objectclass=groupofuniquenames)" "cn" | sort -u | wc
What version of 389? rpm -q 389-ds-base
What is the time difference between the fast query and the slow query
(e.g. time ldapsearch -x -h xxx ... for both queries)
What does the access log say? For example, provide the excerpts from
the access log for both queries showing the connection through the
unbind/disconnect.
Is there anything in the errors log during the time of the slow search?
On 09/10/2015 03:00 PM, ghiureai wrote:
Hi Gurus,
we are seening some performance issues when running ldapsearch with
tree ou=Groups, ou=ds , dc=abc, dc=net takes longer than when looking
for same user but from one level up of tree up aka :ou=ds,
dc=abc,dc=net, the difference in time very high , any idea why we seeing
this ?
Also we are seeing time exec diff when running from same levele of DS(
under ou=ds) but different ou's ?
Isabella
--
389 users mailing list
389-users@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/389-users