From fc5f562731bc32fe53ccc4f913f697a63a093fdc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 12 Nov 2022 10:42:04 +0000 Subject: Add index on derivation_outputs id and derivation_id fields This might help with doing recursive queries on the derivations graph. --- sqitch/revert/derivation_outputs_id_and_derivation_id_idx.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/revert/derivation_outputs_id_and_derivation_id_idx.sql (limited to 'sqitch/revert') diff --git a/sqitch/revert/derivation_outputs_id_and_derivation_id_idx.sql b/sqitch/revert/derivation_outputs_id_and_derivation_id_idx.sql new file mode 100644 index 0000000..aaefb3a --- /dev/null +++ b/sqitch/revert/derivation_outputs_id_and_derivation_id_idx.sql @@ -0,0 +1,7 @@ +-- Revert guix-data-service:derivation_outputs_id_and_derivation_id_idx from pg + +BEGIN; + +-- XXX Add DDLs here. + +COMMIT; -- cgit v1.2.3