Speed up client and authorization lookup with database indexes #12

Open
ansv7779 wants to merge 1 commits from slow-login into main

1 Commits

Author SHA1 Message Date
6c2f90774d
Speed up client and authorization lookup with database indexes
All checks were successful
/ build (push) Successful in 3m28s
During a normal OIDC login workflow (authentication/consent, code exchange, and user info lookup), that results in SQL queries filtering on columns that are now indexed. Before it used to table scan which was extremely slow.
2026-01-13 14:45:52 +01:00