Index builds on stop time
This is necessary to make the /all page fast, since it sorts builds on descending stop time.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
create index IndexBuildsOnFinishedStopTime on Builds(finished, stoptime DESC);
|
||||
Reference in New Issue
Block a user