From 6e0e33addfbec945b1deefe1f1991db5eeb889ef Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 1 Oct 2020 22:30:39 +0100 Subject: Change the autovacuum config for some tables Looking at data for the the patches deployment of the Guix Data Service, these tables look like they might benefit from vacuuming/analyzing more often, so adjust the configuration so this will hopefully happen. --- sqitch/sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch/sqitch.plan') diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index 4d2b101..95d0392 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -69,3 +69,4 @@ derivation_output_details_sets_derivation_output_details_ids_index 2020-07-04T07 add-tsvectors-per-locale 2020-07-16T18:19:44Z daniela # Add tsvectors per locale change_package_descriptions_index 2020-08-23T11:56:00Z Christopher Baines # Change the package_descriptions index change_locale_values 2020-09-26T10:20:22Z Christopher Baines # Change locale values +change_autovacuum_config 2020-10-01T21:24:46Z Christopher Baines # Change autovacuum config -- cgit v1.2.3