-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kv): Index Authorizations by User ID (#16818)
* feat(kv): add user id index on authorizations * chore(auths): test FindAuthorizations both with and without a populated index * chore(kv): cleanup index skipping flag in auths service * fix(kv): bad flag around auth by user index population * fix(kv): auth by user index lookup use correct buckets * chore(kv): ensure indexer is called as expected when auth user index missing * chore(kv): add benchmarks around authorization lookup
- Loading branch information
Showing
7 changed files
with
488 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.