Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
15.0.2
-
-
undefined
-
NEW
-
NEW
Description
After upgrading from 8.0.0 we discovered major performance issues when searching for both groups and users in databases with 500k+ users.
Before the upgrade, a search took around 100ms, after the upgrade we have the following numbers:
/{realm}/users?search=QUERY - *15.5s
/{realm}/groups?search=QUERY - *7.4s
**It is also super slow to fetch the members of a group by calling
/{realm}/groups/{id}/members - *6s
I think an index might be missing.