This index speeds up inserting new entries to the package_metadata table. Signed-off-by: Christopher Baines <mail@cbaines.net>
7 lines
120 B
PL/PgSQL
7 lines
120 B
PL/PgSQL
-- Verify guix-data-service:package_metadata_location_id_index on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|