hydra/src/sql/upgrade-18.sql
Eelco Dolstra 84acccb3ea Index builds on stop time
This is necessary to make the /all page fast, since it sorts builds on
descending stop time.
2013-08-12 20:19:10 +02:00

2 lines
79 B
SQL

create index IndexBuildsOnFinishedStopTime on Builds(finished, stoptime DESC);