OUD Performance Tuning - for Large Group Searches
(Doc ID 2402997.1)
Last updated on MAY 29, 2024
Applies to:
Oracle Unified Directory - Version 11.1.2.3.0 and laterInformation in this document applies to any platform.
Symptoms
In OUD large group searches are returning etimes > 50ms
The requirement is to return 20k member group with an etime < 15 ms
The dstune utility has been used to set autotune on start-ds, and using system available memory.
The "ds-cfg-entry-cache" has also been enabled for large group type of "groupOfUniqueNames".
Below is an access log example with etime of 66ms -
[26/Apr/2018:07:45:15 -0500] CONNECT conn=48 from=<IP>:PORT to=<IP>:PORT protocol=LDAP
[26/Apr/2018:07:45:15 -0500] BIND REQ conn=48 op=0 msgID=1 type=SIMPLE dn="" version=3
[26/Apr/2018:07:45:15 -0500] BIND RES conn=48 op=0 msgID=1 result=0 authDN="" etime=0
[26/Apr/2018:07:45:15 -0500] SEARCH REQ conn=48 op=1 msgID=2 base="o=company" scope=sub filter="(cn=DT Desktop Email Access Exceptions)" attrs="ALL"
[26/Apr/2018:07:45:15 -0500] SEARCH RES conn=48 op=1 msgID=2 result=0 nentries=1 etime=66
[26/Apr/2018:07:45:15 -0500] UNBIND REQ conn=48 op=2 msgID=3
[26/Apr/2018:07:45:15 -0500] DISCONNECT conn=48 reason="Client Disconnect"
[26/Apr/2018:07:45:15 -0500] BIND REQ conn=48 op=0 msgID=1 type=SIMPLE dn="" version=3
[26/Apr/2018:07:45:15 -0500] BIND RES conn=48 op=0 msgID=1 result=0 authDN="" etime=0
[26/Apr/2018:07:45:15 -0500] SEARCH REQ conn=48 op=1 msgID=2 base="o=company" scope=sub filter="(cn=DT Desktop Email Access Exceptions)" attrs="ALL"
[26/Apr/2018:07:45:15 -0500] SEARCH RES conn=48 op=1 msgID=2 result=0 nentries=1 etime=66
[26/Apr/2018:07:45:15 -0500] UNBIND REQ conn=48 op=2 msgID=3
[26/Apr/2018:07:45:15 -0500] DISCONNECT conn=48 reason="Client Disconnect"
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |