Add index for package_metadata
This index speeds up inserting new entries to the package_metadata table. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
854f2cbba9
commit
9c1b989d20
4 changed files with 22 additions and 0 deletions
7
sqitch/revert/package_metadata_location_id_index.sql
Normal file
7
sqitch/revert/package_metadata_location_id_index.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:package_metadata_location_id_index from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue