Re: finding out vacuum completion %, and vacuum VS vacuum full

Поиск
Список
Период
Сортировка
On Aug 7, 2007, at 1:17 AM, Sergei Shelukhin wrote:

> Ok here's the update after ~30 hours we have killed vacuum full and
> did vacuum on the tables we freed.
> However, VACUUM hasn't freed any space at all 0_o
> We want to launch vacuum full on per-table basis but we can't have any
> more downtime right now so we will launch it at night today.
>
> The original question still stands, is there any way to diagnose
> vacuum full time-to-run?

It could easily take many days. VACUUM FULL is painfully slow.
Dropping indexes and suchlike can make it faster, but it's still
painfully slow.

> Or any way to optimize it besides the obvious (maintenace_work_mem &
> max_fsm_pages increases and no workload)?
> Can someone please help with this one?

VACUUM FULL is about the worst thing you can do in this case.

If you have adequate disk space free (enough to hold another
copy of the new table) and the table has an index on it, then
CLUSTER the table.

If not, dump and restore the table.

Cheers,
   Steve

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

Предыдущее
От: "Gregory Williamson"
Дата:
Сообщение: List tables in load order
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: truncate transaction log