Actions
Architecture #17128
closedreview index for LDAP
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Fix check:
Checked
Regression:
Description
A long long time ago ( https://issues.rudder.io/issues/5965 ) we removed indexes within Rudder, by adding cache
Then we move to mdb, which doesn't have cache, but is super fast
It is fast, but some edge cases are unfortunately slow, or super slow. See for example https://issues.rudder.io/issues/12937 , or https://issues.rudder.io/issues/14945
We could improve perfs there, but we need also to measure what we are doing, as adding indexes make writing slower (and write is costly in ldap)
Updated by Nicolas CHARLES about 5 years ago
- Related to Bug #5965: LDAP configuration is not optimized for Rudder use case added
Updated by Nicolas CHARLES about 5 years ago
- Related to Bug #12937: In Rudder 6.2.0 inventory processing merge_uuid part get extremelly slow on debian added
Updated by Nicolas CHARLES about 5 years ago
- Related to Bug #14945: Missing index in ldap directory added
Updated by Nicolas CHARLES about 5 years ago
- Related to Bug #2751: Some ldap are not indexed added
Updated by Nicolas CHARLES about 5 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES about 5 years ago
- Assignee changed from Nicolas CHARLES to François ARMAND
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2249
Updated by Nicolas CHARLES about 5 years ago
- Status changed from In progress to Pending technical review
Updated by Nicolas CHARLES about 5 years ago
- Status changed from Pending technical review to Pending release
Updated by François ARMAND about 5 years ago
- Tracker changed from Bug to Architecture
- Priority deleted (
0)
Updated by Vincent MEMBRÉ about 5 years ago
- Related to Bug #17215: create migration script for LDAP indexes added
Actions