Re: XIDs and big boxes again ...

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: XIDs and big boxes again ...
Дата
Msg-id 482884A1.6010605@zeut.net
обсуждение исходный текст
Ответ на XIDs and big boxes again ...  (Hans-Juergen Schoenig <postgres@cybertec.at>)
Список pgsql-hackers
Hans-Juergen Schoenig wrote:
> i suggest to introduce a --with-long-xids flag which would give me 62 / 
> 64 bit XIDs per vacuum on the entire database.
> this should be fairly easy to implement.
> i am not too concerned about the size of the tuple header here - if we 
> waste 500 gb of storage here i am totally fine.

As you say later in the thread, you are on 8.1.  Alot of work has gone 
into reducing the effect, impact and frequency of XID wrap around  and 
vacuuming since then.  In 8.3 transactions that don't actually update a 
table no long use a real XID and autovacuum you no longer need a 
database wide vacuum to solve the XID wraparound problem, so I think the 
answer is upgrade to 8.3 and see if you still have this problem.

Matthew O'Connor


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

Предыдущее
От: "Brendan Jurd"
Дата:
Сообщение: Re: Syntax decisions for pl/pgsql RAISE extension
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Syntax decisions for pl/pgsql RAISE extension