[?]
Jan 26, 2010, 8:27 PM
ID277UG3B3SXBGZ5U57LXURZTS6WHKAF2F63W5E3QH46KRAXU2ZQC

Dependencies

  • [2] RH37XKJ2
  • [3] Z4KRJX4Q * In the last succeeded / job status queries, use the Builds.isCurrent
  • [4] T2232OBS * Add some DB indices to make the /releases page much faster.
  • [5] RAKTHYAI * In the job status and error pages, show when the status of a job
  • [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
    [3.3395][3.2904:2984]()
    create index IndexBuildsByJobAndSystem on Builds(project, jobset, job, system);
  • edit in src/sql/hydra.sql at line 430
    [2.56]
    [3.2984]
    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);