Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 6436 - MOD on a large group slow if substring index is present … #6649

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

mmatsuya
Copy link
Collaborator

@mmatsuya mmatsuya commented Mar 4, 2025

…(#6437)

Bug Description: If the substring index is configured for the group membership attribute ( member or uniqueMember ), the removal of a member from a large static group is pretty slow.

Fix Description: A solution to this issue would be to introduce a new index to track a membership atttribute index. In the interm, we add a check to healthcheck to inform the user of the implications of this configuration.

Fixes: #6436

Reviewed by: @Firstyear, @tbordaz, @droideck (Thanks)

…89ds#6437)

Bug Description: If the substring index is configured for the group
membership attribute ( member or uniqueMember ), the removal of a
member from a large static group is pretty slow.

Fix Description: A solution to this issue would be to introduce
a new index to track a membership atttribute index. In the interm,
we add a check to healthcheck to inform the user of the implications
of this configuration.

Fixes: 389ds#6436

Reviewed by: @Firstyear, @tbordaz, @droideck (Thanks)
@vashirov vashirov merged commit 43fdef5 into 389ds:389-ds-base-2.3 Mar 4, 2025
180 of 195 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants