[?]
Jan 26, 2010, 8:27 PM
ID277UG3B3SXBGZ5U57LXURZTS6WHKAF2F63W5E3QH46KRAXU2ZQCDependencies
- [2]
RH37XKJ2 - [3]
T2232OBS* Add some DB indices to make the /releases page much faster. - [4]
RAKTHYAI* In the job status and error pages, show when the status of a job - [5]
Z4KRJX4Q* In the last succeeded / job status queries, use the Builds.isCurrent - [6]
SJN2QPWH* Big speed-up of the job status page and the channel generation (such - [*]
N22GPKYT* Put info about logs / build products in the DB.
Change contents
- edit in src/sql/hydra.sql at line 428
create index IndexBuildsByJobAndSystem on Builds(project, jobset, job, system); - edit in src/sql/hydra.sql at line 430
create index IndexBuildsByProject on Builds(project);create index IndexBuildsByJobset on Builds(project, jobset);create index IndexBuildsByJob on Builds(project, jobset, job);create index IndexBuildsByJobAndSystem on Builds(project, jobset, job, system);