Re: Interesting glitch in autovacuum

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Interesting glitch in autovacuum
Дата
Msg-id 20080910202733.GK4399@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Interesting glitch in autovacuum  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Interesting glitch in autovacuum
Список pgsql-hackers
Tom Lane wrote:

> Sorry, I got a bit confused there.  The vacuum's intentional pruning
> will use its own OldestXmin variable, which is known current at the
> start of the vacuum (and I think there were even proposals to advance
> it more frequently than that).  However, a vacuum could require some
> incidental system catalog fetches, which I think could result in
> prune operations based on RecentGlobalXmin on the catalog pages
> (cf index_getnext).

Hmm, right, and what Heikki said too.

> Anyway I think we are on the same page about the rest of the issues.
> Did you want to work on fixing them, or shall I?

Is this more or less what you had in mind?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Вложения

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

Предыдущее
От: Tom Raney
Дата:
Сообщение: Re: Planner question
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Potential Join Performance Issue