aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqitch.plan
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-10-01 22:30:39 +0100
committerChristopher Baines <mail@cbaines.net>2020-10-01 22:30:39 +0100
commit6e0e33addfbec945b1deefe1f1991db5eeb889ef (patch)
tree2856e68de7de8aaab3fb48c740085975d4adafdf /sqitch/sqitch.plan
parentc05a8e4e9f0e9c4ea348bcf71672de9c1ee3da46 (diff)
downloaddata-service-6e0e33addfbec945b1deefe1f1991db5eeb889ef.tar
data-service-6e0e33addfbec945b1deefe1f1991db5eeb889ef.tar.gz
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.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r--sqitch/sqitch.plan1
1 files changed, 1 insertions, 0 deletions
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 <daniela@linux-ijv5> # Add tsvectors per locale
change_package_descriptions_index 2020-08-23T11:56:00Z Christopher Baines <mail@cbaines.net> # Change the package_descriptions index
change_locale_values 2020-09-26T10:20:22Z Christopher Baines <mail@cbaines.net> # Change locale values
+change_autovacuum_config 2020-10-01T21:24:46Z Christopher Baines <mail@cbaines.net> # Change autovacuum config