diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-29 18:02:06 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-29 18:02:06 +0100 |
commit | 5f01bb9edaac3649998c90fe400f4cd98c668d95 (patch) | |
tree | 2cf9d08c8389b3060cea95cd34b88c2f52accfa9 /sqitch/sqlite/verify | |
parent | 774971e06ce6b7ac3fe746683aad16463bf1b3ee (diff) | |
download | build-coordinator-5f01bb9edaac3649998c90fe400f4cd98c668d95.tar build-coordinator-5f01bb9edaac3649998c90fe400f4cd98c668d95.tar.gz |
Add a couple of indexes that should speed up allocating builds
Diffstat (limited to 'sqitch/sqlite/verify')
-rw-r--r-- | sqitch/sqlite/verify/allocator_related_indexes.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/sqlite/verify/allocator_related_indexes.sql b/sqitch/sqlite/verify/allocator_related_indexes.sql new file mode 100644 index 0000000..22320fe --- /dev/null +++ b/sqitch/sqlite/verify/allocator_related_indexes.sql @@ -0,0 +1,7 @@ +-- Verify guix-build-coordinator:allocator_related_indexes on sqlite + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; |