Re: Vacuuming of indexes on tables.

Поиск
Список
Период
Сортировка
От elein
Тема Re: Vacuuming of indexes on tables.
Дата
Msg-id 20060418191323.GT20430@varlena.com
обсуждение исходный текст
Ответ на Re: Vacuuming of indexes on tables.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Vacuuming of indexes on tables.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Tue, Apr 18, 2006 at 09:50:04AM -0400, Tom Lane wrote:
> elein <elein@varlena.com> writes:
> > Much later in the day, a vacuum analyze of the
> > db showed that all of the indexes for that table
> > required significant vacuuming, although the
> > table did not.
>
> What do you mean by that exactly?  If it's just that the index pages
> emptied by one VACUUM aren't actually recycled till the next one,
> that's by design.
>
>             regards, tom lane

Mine is a case where a table with constant inserts has a range
of data deleted once daily.

So you are saying that to truly vacuum a table and its indexes that
the table should be vacuumed twice or more.

The order of events seems to be vacuum indexes and then vacuum the
table.  Wouldn't we get more bang if we vacuumed the table and then
the indexes?  No doubt there is a reason for the ordering as it stands
but I am not familiar with it.

Perhaps it is not optimal to fully vacuum a table and its indexes?

--elein
elein@varlena.com


>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>

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

Предыдущее
От: Mark Lewis
Дата:
Сообщение: Re: [JDBC] [SQL] Thoughts on a Isolation/Security problem.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Weird error updating table