Add some indexes
This is from reading the slow query log on data.guix.gnu.org.
This commit is contained in:
parent
b8bfdcf622
commit
f4a87ec059
4 changed files with 28 additions and 0 deletions
7
sqitch/verify/some_indexes.sql
Normal file
7
sqitch/verify/some_indexes.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Verify guix-data-service:some_indexes on pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add verifications here.
|
||||
|
||||
ROLLBACK;
|
||||
Loading…
Add table
Add a link
Reference in a new issue