extra indexes

This commit is contained in:
Rob Vermaas 2009-09-30 12:17:55 +00:00
parent d7713b4dba
commit 87f3fbaab1

View file

@ -409,3 +409,6 @@ create index IndexBuildInputsByDependency on BuildInputs(dependency);
create index IndexBuildsByTimestamp on Builds(timestamp);
create index IndexBuildsByJobAndSystem on Builds(project, jobset, job, system);
create index IndexBuildResultInfo on BuildResultInfo(id); -- primary key index, not created automatically by PostgreSQL
create index indexbuild on buildproducts(build)
create index indexbuildtype on buildproducts(build, type)