control-repo/site
Nick Walker a9f4fe0639 Add autovacuum settings to pe-postgresql
In the past I've seen the console and puppetdb databases grow
much larger than expected and I have a hypothesis that this is
because the default 20% setting for autovacuum is too high for our
workload.  So, there's a potential that changing this to 1%
might be too low and might reduce performance but it should
reduce disk usage and it can always be tuned upward if the
performance hit is too large, however, it is much more difficult
to reduce the size of a database after it has grown too large.

Basically, I'm erroring on the side of using less disk space and
hopefully less outages due to running out of disk space and we
can open a conversation on performance later if one needs to be had.
2016-03-11 16:59:05 -08:00
..
no_fail_file/lib/puppet/parser/functions Allow code_manager profile to not error out on first run 2015-12-09 09:44:50 -08:00
profile Add autovacuum settings to pe-postgresql 2016-03-11 16:59:05 -08:00
puppet_master_classifer_settings_function/lib/puppet/parser/functions Add custom functions for determining some PE settings 2015-11-25 16:06:28 -08:00
puppetdb_hostname_function/lib/puppet/parser/functions Add custom functions for determining some PE settings 2015-11-25 16:06:28 -08:00
role/manifests Add autovacuum settings to pe-postgresql 2016-03-11 16:59:05 -08:00