* Big speed-up of the job status page and the channel generation (such
as the manifest). The builds are now determined in one SQL query rather than a zillion ones.
This commit is contained in:
@ -405,3 +405,5 @@ create table ReleaseSetJobs (
|
||||
-- Some indices.
|
||||
create index IndexBuildInputsByBuild on BuildInputs(build);
|
||||
create index IndexBuildInputsByDependency on BuildInputs(dependency);
|
||||
create index IndexBuildsByTimestamp on Builds(timestamp);
|
||||
--create index IndexBuildsByJobAndSystem on Builds(project, jobset, job, system);
|
||||
|
Reference in New Issue
Block a user