It has a lot of rows, and this seems to help the query planning for select-required-builds-that-failed, as I think it helps PostgreSQL better estimate the row counts that different parts of the query will produce.
7 lines
122 B
PL/PgSQL
7 lines
122 B
PL/PgSQL
-- Revert guix-data-service:increase_derivation_inputs_statistics_targets from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|