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

💡 Move drep-list pagination directly to sql #2724

Open
MSzalowski opened this issue Jan 24, 2025 · 0 comments · May be fixed by #2865
Open

💡 Move drep-list pagination directly to sql #2724

MSzalowski opened this issue Jan 24, 2025 · 0 comments · May be fixed by #2865

Comments

@MSzalowski
Copy link
Contributor

Area

Delegation Pillar

Is there new design needed?

No

What?

The backend currently fetches all existing DReps and manages sorting and pagination over that list. That makes the query execution highly unresponsive.

Why?

Performance issues over drep list execution

How?

Move pagination directly to sql.

(Optional) User Story with acceptance criteria

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Status: In review
Development

Successfully merging a pull request may close this issue.

1 participant