Search Postgresql Archives

Re: vacuum vs pg_repack for clearing bloat?

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

 



Lists <lists@xxxxxxxxxxxxxxxxxx> writes:
> The process(es) creating the temp tables are not persistent, so the 
> issue isn't trying to clean up bloat from a long running process, it's 
> clearing out the cruft that results from creating temp tables, loading a 
> bunch of data, then dropping the table, either explicitly or when the 
> connection is terminated. This causes PG disk usage to climb without 
> causing any change in pg_dump output.

Oh, you're worried about system catalog bloat from lots of temp tables?

I'd have thought that autovacuum could manage that, though you might need
to dial up its aggressiveness.  Not sure that things like pg_reorg can
safely be applied to system catalogs.  (That's not to say it wouldn't
work, but I'd sure test it on disposable installations first.)

			regards, tom lane


-- 
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