Hi, Thanks Emmanuel for all the quick responses and fix.
I see the fix version is M20. Any idea when the M20 version will be released? I have the member attribute and ObjectClass indexed. I even exported everything to ldif file. Then reinstalled apacheDS and addded the index and imported all back. I read somewhere that an index would not be used otherwise. But is the current ApacheDS doing the indexing just by restarting? In my setup the query with or without (objectClass=groupOfNames) takes aprox the same time which is around 4 to 5 seconds depending on the uid I'm searching for. (&(member=uid=john,uid=1.2.246.1.1.1111.10.0,ou=users,dc= test,dc=fi)(objectClass=groupOfNames)) (member=uid=john,uid=1.2.246.1.1.1111.10.0,ou=users,dc=test,dc=fi) Thanks for all the help. -- John On Fri, Feb 6, 2015 at 1:34 AM, Emmanuel Lécharny <[email protected]> wrote: > Le 04/02/15 12:53, John Peter a écrit : > > Hi, > > > > I'm using apacheds 2.0.0 M_19 > > > > ApacheDS has 11 group entries and some of them have 26 000 member > > attributes. > > > > I'm using a qucik search via apache directory studio: > > > (&(member=uid=john,uid=1.2.246.1.1.1111.10.0,ou=users,dc=test,dc=fi)(objectClass=groupOfNames)) > > Using a stopwatch I can see a 5 second delay before the result is > visible. > > > > Some other queries perform instantaneously. > > Below is a snipet from the apacheDS log. It shows the search operation > took > > only 7070312ns or 7ms. After that apacheDS does something and the next > log > > entry is 5 seconds later. > > > > Any idea's what is happening? > > Ok, bug fixed : https://issues.apache.org/jira/browse/DIRSERVER-2048 > >
