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
## Description
Augment indices to make the following query patterns efficient:
- Latest epoch for a given checkpoint
- Latest package for a given checkpoint
- Latest package below a given version
- Paginate package versions
## Test plan
Take local copies of the relevant tables, without indices and EXPLAIN
the relevant queries. Then add the indices and re-EXPLAIN the queries to
confirm that they had the desired effect.
0 commit comments