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
1373: Remove some unused indexes r=jtgeibel
The gh_id index has never been read at all. reserved_crate_names is too
small of a table for indexes to be useful. I've manually verified that
every query hitting version_downloads either doesn't use these indexes,
or has the same performance when not using them.
0 commit comments