Add some indexes

This is from reading the slow query log on data.guix.gnu.org.
This commit is contained in:
Christopher Baines 2021-05-17 18:40:45 +01:00
parent b8bfdcf622
commit f4a87ec059
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- Verify guix-data-service:some_indexes on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;