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.
This commit is contained in:
parent
c05a8e4e9f
commit
6e0e33addf
4 changed files with 35 additions and 0 deletions
7
sqitch/revert/change_autovacuum_config.sql
Normal file
7
sqitch/revert/change_autovacuum_config.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:change_autovacuum_config from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue