Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make account lookup with auth-addr filter instant #5

Closed
urtho opened this issue Sep 9, 2024 · 0 comments
Closed

Make account lookup with auth-addr filter instant #5

urtho opened this issue Sep 9, 2024 · 0 comments

Comments

@urtho
Copy link
Member

urtho commented Sep 9, 2024

Upstream issue: algorand#1628

Problem

Queries for accounts with auth-addr are slow[^1].

Solution

  • Add optional partial index that speeds up the query for accounts with auth-addr
  • Modify the auth-addr filer query to make sure it includes the partial index for Postgres & CockroachDB (if enabled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants