Re: When to vacuum a table?

Поиск
Список
Период
Сортировка
От Marcelo Costa
Тема Re: When to vacuum a table?
Дата
Msg-id c13f2d590611260546u11427a8bn2b759e7d4f4f66c8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: When to vacuum a table?  ("Steinar H. Gunderson" <sgunderson@bigfoot.com>)
Список pgsql-performance
Sorry,

realy you are correct.

[],s

Marcelo Costa.

2006/11/26, Steinar H. Gunderson <sgunderson@bigfoot.com>:
On Sun, Nov 26, 2006 at 09:43:11AM -0300, Marcelo Costa wrote:
> All its tables constantly manipulated (INSERT, UPDATE, DELETE) they need a
> VACUUM

Just a minor clarification here: INSERT does not create dead rows, only
UPDATE and DELETE do. Thus, if you only insert rows, you do not need to
vacuum (although you probably need to analyze).

/* Steinar */
--
Homepage: http://www.sesse.net/

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@postgresql.org so that your
       message can get through to the mailing list cleanly



--
Marcelo Costa

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

Предыдущее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: When to vacuum a table?
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: When to vacuum a table?