Re: pg_repack in cluster

Поиск
Список
Период
Сортировка
От dagamier
Тема Re: pg_repack in cluster
Дата
Msg-id 1578930066934-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: pg_repack in cluster  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: pg_repack in cluster  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Can't afford the downtime of a "vaccuum full" and the autovacuum process is
not cleaning up all the dead space tied up by the database. pg_repack works
great on my test database in reclaiming disk space (in my tests I got back
46% of my disk space back) due to all the deletions that happen in our
tables. I think that some of the issues are the fact that some of these
tables are quite large and won't allow for an autovacuum to clean up as well
as it should. pg_repack allows me to essentially do a "vacuum full" in
online mode (I thought I read it also rebuilds the indexes as well) and this
would greatly increase our overall performance on our systems.



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



В списке pgsql-general по дате отправления:

Предыдущее
От: "Jernigan, Kevin"
Дата:
Сообщение: Re: Upgrade PostgreSQL 9.6 to 10.6
Следующее
От: Marcin Barczyński
Дата:
Сообщение: No partition pruning when initializing query plan with LATERAL JOINand aggregates