forked from lix-project/hydra
extra indexes
This commit is contained in:
parent
d7713b4dba
commit
87f3fbaab1
1 changed files with 3 additions and 0 deletions
|
@ -409,3 +409,6 @@ create index IndexBuildInputsByDependency on BuildInputs(dependency);
|
||||||
create index IndexBuildsByTimestamp on Builds(timestamp);
|
create index IndexBuildsByTimestamp on Builds(timestamp);
|
||||||
create index IndexBuildsByJobAndSystem on Builds(project, jobset, job, system);
|
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 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)
|
||||||
|
|
Loading…
Reference in a new issue