From 9b44218b3e5f8168aec5a8eef467f0cb9a5b8473 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 6 Nov 2020 19:27:16 +0000 Subject: Add an unbuilt_outputs table One of the slow things in the derivation ordered allocator is working out what outputs are unbuilt, as this requires looking at all the derivation outputs (of which there are lots), and checking if any build exists which has succeeded. --- sqitch/pg/verify/add_unbuilt_outputs_table.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/pg/verify/add_unbuilt_outputs_table.sql (limited to 'sqitch/pg/verify') diff --git a/sqitch/pg/verify/add_unbuilt_outputs_table.sql b/sqitch/pg/verify/add_unbuilt_outputs_table.sql new file mode 100644 index 0000000..1cefc9a --- /dev/null +++ b/sqitch/pg/verify/add_unbuilt_outputs_table.sql @@ -0,0 +1,7 @@ +-- Verify guix-build-coordinator:add_unbuilt_outputs_table on pg + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; -- cgit v1.2.3