authgear / authgear-server

Open source alternative to Auth0 / Firebase Auth
https://www.authgear.com
Apache License 2.0
71 stars 29 forks source link

Improve user search performance #4300

Open fungc-io opened 2 weeks ago

fungc-io commented 2 weeks ago

Problem

When querying a lot of users from Authgear, e.g. for a user sync job, the resources usage on the DB is very high.

Solution

Reduce complexity by not encoding pagination in the cursor by default

linear[bot] commented 2 weeks ago

DEV-1391 Improve user search performance