Hello! I have a cluster of VMs running 1.3.10 that I’m migrating to new VMs running 2.4.5. The data is identical as there is replication set up. I have a suffix (ou=groups,dc=example,dc=edu) that has 1 million group objects of objectClass groupOfNames. A search that uses directory manager that tries to retrieve all group DNs of a user is significantly
slower in 2.4.5 than it was in 1.3.10. After restarting the directory, the initial query is always slow since I assume the data is being cached. But afterwards, I see the following: 1.3.10: [07/Aug/2024:11:01:28.227539168 -0400] conn=486373 op=1 SRCH base="ou=groups,dc=example,dc=edu" scope=2 filter="(member=uid=testuser,ou=people,dc=example,dc=edu)" attrs="distinguishedName" [07/Aug/2024:11:01:28.230320235 -0400] conn=486373 op=1 RESULT err=0 tag=101 nentries=85 etime=0.003013701 2.4.5: [07/Aug/2024:15:00:57.583606411 +0000] conn=1288 op=1 SRCH base="ou=groups,dc=example,dc=edu" scope=2 filter="(member=uid=testuser,ou=people,dc=example,dc=edu)" attrs="distinguishedName" [07/Aug/2024:15:01:17.012764161 +0000] conn=1288 op=1 RESULT err=0 tag=101 nentries=85 wtime=0.000255898 optime=19.429163009 etime=19.429411947 You can see from the logs that 2.4.5 is significantly slower for the same query that returns the same data. From the client perspective, when you factor in network latency/etc, it’s about 60 times slower.
But based on those logs, it’s about 6000 times slower. I ran db2index just in case that would help but it didn’t. The cache settings are the same in both environments. Any ideas on how to improve the performance here? Thanks! - Shilen |
-- _______________________________________________ 389-users mailing list -- 389-users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to 389-users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/389-users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue