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/revert/some_indexes.sql
Normal file
7
sqitch/revert/some_indexes.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:some_indexes from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue