Re: Name for new VACUUM

Поиск
Список
Период
Сортировка
Искать
От
Hannu Krosing
Тема
Re: Name for new VACUUM
Дата
Msg-id
3B6D8497.55E3094A@tm.ee
Список
Дерево обсуждения
Re: Re: Name for new VACUUM Hannu Krosing <hannu@tm.ee>
Bruce Momjian wrote:
> 
> > Bruce Momjian  writes:
> > >> Not necessarily.  Concurrent VACUUM does truncate the relation if it can
> > >> do so conveniently --- for example, it will successfully reclaim space
> > >> if you do "DELETE FROM foo; VACUUM foo;".  It just doesn't try as hard
> > >> as the older VACUUM code does.
> >
> > > But it will not reclaim from UPDATE.
> >
> > What?  I have no idea what you mean by that.
> 
> I meant that UPDATE of all rows in a table put the new rows at the end.

OTOH if you do it twice it will reclaim ;)

UPDATE everything;
VACUUM;
UPDATE everything;
VACUUM;

---------------
Hannu

В списке pgsql-hackers по дате отправления
От: mlw
Дата:
От: Hannu Krosing
Дата:
Сообщение: Re: Re: Name for new VACUUM
FAQ