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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
We have a performance issue on dotcom with the precise indexes endpoint. One of the dominating points of the query is the rank in queue, which we need to sort the entire set of queued uploads. This cost grows linearly with queue size, regardless of the filters.
Instead we should only count the first 1000 or so in the queue, and display a more generic "in queue" message when listing precise indexes. When fetching a single index we can still get the full rank.