You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: