Re: XID wraparound in 8.4

Поиск
Список
Период
Сортировка
От Anj Adu
Тема Re: XID wraparound in 8.4
Дата
Msg-id f2fd819a0908111542j76a4afbbr261f3e6a039cd790@mail.gmail.com
обсуждение исходный текст
Ответ на Re: XID wraparound in 8.4  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: XID wraparound in 8.4  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: XID wraparound in 8.4  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-admin
So..we dont have to check the last XID value per table ?

we have a very high volume data warehouse for which autovacuum is not
suitable due to performance reasons. Can we track the last XID on a
per-table basis ?

2009/8/11 Alvaro Herrera <alvherre@commandprompt.com>:
> Devrim GÜNDÜZ escribió:
>
>> FWIW, PostgreSQL 8.3+ will start autovacuum (even if it is turned off)
>> if a database is approaching XID wraparound, and get rid of the
>> problem-- so you don't actually need to check it.
>
> 8.1 does it too.  The main difference is that 8.1 will run a
> database-wide vacuum, whereas in 8.2 and up it only vacuum tables that
> have not been vacuumed recently.
>
> --
> Alvaro Herrera                                http://www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.
>

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

Предыдущее
От: Anantha V Padmanaban
Дата:
Сообщение: Space usage
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: XID wraparound in 8.4