You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We faced a performance issue when provisioned more that 100k+ groups and their members. In this case we have more than15 mil records in SCIMRepresantationAttrList.
But the database is loaded up to 100% and cannot perform an adding a group member since sql requests use in WHERE clause fields FullPath and ValueString that are not indexed.
I'll prepare an MR to add indexes
The text was updated successfully, but these errors were encountered:
Hello @simpleidserver!
We faced a performance issue when provisioned more that 100k+ groups and their members. In this case we have more than15 mil records in
SCIMRepresantationAttrList
.But the database is loaded up to 100% and cannot perform an adding a group member since sql requests use in WHERE clause fields
FullPath
andValueString
that are not indexed.I'll prepare an MR to add indexes
The text was updated successfully, but these errors were encountered: