Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.8.0, 2.0.0
Description
The function getRolesForGroups() does a SELECT query for each group in the input set. Instead it should do one of the following:
1) A single SELECT with OR for all groups
2) Just fetch all groups and filter in-memory.
Attachments
Attachments
Issue Links
- is cloned by
-
SENTRY-1561 Optimize the # of DB calls for the methods in SentryStore
- Open
- relates to
-
SENTRY-1476 SentryStore is subject to JDQL injection
- Resolved
- links to