Re: Question to transaction ID wraparound

Поиск
Список
Период
Сортировка
От Lentes, Bernd
Тема Re: Question to transaction ID wraparound
Дата
Msg-id 93739F94E0F3BA43AD72423E2482341AE064C0@sw-rz010.gsf.de
обсуждение исходный текст
Ответ на Re: Question to transaction ID wraparound  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Question to transaction ID wraparound
Список pgsql-admin

Scott Marlowe wrote:
> -----Ursprüngliche Nachricht-----
> Von: Scott Marlowe [mailto:scott.marlowe@gmail.com]
> Gesendet: Freitag, 27. Februar 2009 11:04
> An: Lentes, Bernd
> Cc: pgsql-admin@postgresql.org
> Betreff: Re: [ADMIN] Question to transaction ID wraparound
>
> On Wed, Feb 25, 2009 at 3:05 AM, Lentes, Bernd
> <bernd.lentes@helmholtz-muenchen.de> wrote:
> > Hello ML,
> >
> > I'm very new to Postgres.
> > In the log, i got messages concerning transaction ID wraparound.
> > I red the documentation and made a vaccum on that database.
> > In the documentation i also found the hint to look in the database
> > with "SELECT datname, age(datfrozenxid) FROM pg_database;",
> which i did.
> > I did the command several times in a few seconds, and this
> number is
> > growing very quickly, although i'm not expecting
> transactions in the database.
>
> Please note that nearly EVERYTHING that happens in postgres
> is a transaction.  if you type a single command, boom, it's a
> transaction.
> You actually get fewer transaction events if you enclose a
> bunch of stuff in begin; commit; pairs than if you run single
> commands.
>
Scott, why does the number increase ?
If it says how many transactions are still possible, the number should decrease, not increase.

Bernd

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

Предыдущее
От: "Lentes, Bernd"
Дата:
Сообщение: Re: Question to transaction ID wraparound
Следующее
От: The Doctor
Дата:
Сообщение: Wanting to run Postgres 8.3.6 on BSD/OS 4.3.1