Create an index on the hash component of the store path
For derivation_source_files.
This commit is contained in:
parent
7e7cc1c8f1
commit
82b797ee98
4 changed files with 23 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:derivation_source_files_store_path_hash_index from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP INDEX derivation_source_files_hash;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue