Re: transactoin id wraparound problem

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: transactoin id wraparound problem
Дата
Msg-id 1157571499.20424.20.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: transactoin id wraparound problem  ("Sriram Dandapani" <sdandapani@counterpane.com>)
Список pgsql-admin
On Wed, 2006-09-06 at 14:23, Sriram Dandapani wrote:
> Thanks
>
> Is there a way to monitor  vacuum progress. Can I resume normal
> operations assuming vacuum will update the transaction ids or should I
> wait till it finishes.

As Andrew mentioned, there's the possibility of wrapping before vacuum
finishes.  Other than that, there's no danger to continuing to use the
db while it's being vacuumed.

There was a post here a little while back that had a query that would
show you how many transactions you had until wraparound and which
databases had been vacuumed when...

The basic data is in pg_database.  Take a look at that table.

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: transactoin id wraparound problem
Следующее
От: "Chris Hoover"
Дата:
Сообщение: Re: Why so long between archive calls?