Re: reindex/vacuum locking/performance?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: reindex/vacuum locking/performance?
Дата
Msg-id 20031003215939.GA24446@wolff.to
обсуждение исходный текст
Ответ на Re: reindex/vacuum locking/performance?  (Rob Nagler <nagler@bivio.biz>)
Список pgsql-performance
On Fri, Oct 03, 2003 at 15:47:01 -0600,
  Rob Nagler <nagler@bivio.biz> wrote:
> > vacuum full does require exclusive lock, plain vacuum does not.
>
> I think I need full, because there are updates on the table.  As I
> understand it, an update in pg is an insert/delete, so it needs
> to be garbage collected.

Plain vacuum will mark the space used by deleted tuples as reusable.
Most of the time this is good enough and you don't need to run vacuum full.

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

Предыдущее
От: Rob Nagler
Дата:
Сообщение: Re: reindex/vacuum locking/performance?
Следующее
От: Dror Matalon
Дата:
Сообщение: Re: Speeding up Aggregates