Re: Question to transaction ID wraparound

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: "Lentes, Bernd" <bernd(dot)lentes(at)helmholtz-muenchen(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Question to transaction ID wraparound
Date: 2009-02-27 10:02:23
Message-ID: dcc563d10902270202q4511161dqf79785b2ee982d3a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Feb 27, 2009 at 2:49 AM, Lentes, Bernd
<bernd(dot)lentes(at)helmholtz-muenchen(dot)de> wrote:
>
>
>
>
> Scott Marlowe wrote:
>> -----Ursprüngliche Nachricht-----
>> Von: Scott Marlowe [mailto:scott(dot)marlowe(at)gmail(dot)com]
>> Gesendet: Donnerstag, 26. Februar 2009 18:18
>> An: Lentes, Bernd
>> Cc: pgsql-admin(at)postgresql(dot)org
>> Betreff: Re: [ADMIN] Question to transaction ID wraparound
>>
>> On Wed, Feb 25, 2009 at 3:05 AM, Lentes, Bernd
>> <bernd(dot)lentes(at)helmholtz-muenchen(dot)de> wrote:
>> > Hello ML,
>> >
>> > I'm very new to Postgres.
>> > In the log, i got messages concerning transaction ID wraparound.
>>
>> What exact message did you get?
>>
> The message is in german:
> Grenze für Transaktionsnummernüberlauf ist 1133954883, begrenzt durch Datenbank "genetrap"
> I try to translate:
> transaction ID wrap limit is 113..., limited by database "genetrap"

That's more an information message than something to get worried
about. It means that you can perform 1.13Billion transactions before
things have to get vacuumed to prevent wrap around. If it says 1M or
something, then start worrying. and the db will emit warnings and
such at that point.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2009-02-27 10:03:49 Re: Question to transaction ID wraparound
Previous Message Lentes, Bernd 2009-02-27 09:49:41 Re: Question to transaction ID wraparound