Search Postgresql Archives

Re: Catalog bloat (again)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1/27/2016 2:54 PM, Ivan Voras wrote:
For blocking reasons, we'd like to avoid vacuum fulls on these tables (as it seems like touching them will lock up everything else).

vacuum full isn't nearly as nasty in 9.x than it was in much older releases, so a lot of the caveats no longer apply.

with 10000 actual records, I'd expect a vacuum full of those system catalogs to go in a matter of seconds, and afaik the only thing that would be locked would be metadata changes (eg, creating or alter tables etc).

disabling autovacuum is a very bad idea for exactly these reasons. if you have specific large tables that autovacuum is causing performances problems on, tune the autovacuum settings on those specific tables.

--
john r pierce, recycling bits in santa cruz



--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux