From: | Cédric Villemain <cedric(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-fr-generale(at)postgresql(dot)org |
Cc: | Johann CHARLERY <Johann(dot)CHARLERY(at)cr-guyane(dot)fr>, Georges COLY <Georges(dot)COLY(at)cr-guyane(dot)fr> |
Subject: | Re: transaction ID wrap limit |
Date: | 2014-12-02 00:01:17 |
Message-ID: | 236256019.Tcna8VNtoX@obelix |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-fr-generale |
Bonjour,
> J'ai l'erreur ci-dessous sur une base Postgres 8.1, cela ressemble à
> une limitation. Pourriez-vous me dire comment augmenter cette valeur
> svp ? "transaction ID wrap limit"
>
> 2014-11-30 23:00:02 postgres(at)ctg ::1(65182)LOG: 00000: transaction
ID
> wrap limit is 3779901069, limited by database "safirform"
>
> 2014-11-30 23:00:02 postgres(at)ctg ::1(65182)LOCATION:
> SetTransactionIdLimit, varsup.c:234
Il ne s'agit pas d'une erreur: le message est annoté 'LOG', c'est juste de
l'information.
La documentation explique en détail l'utilisation de ce transaction ID
(acronyme XID) et dans quel contexte son augmentation (naturelle)
provoque une tache de maintenance:
http://www.postgresql.org/docs/9.3/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND[1]
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation
--------
[1] http://www.postgresql.org/docs/9.3/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND
From | Date | Subject | |
---|---|---|---|
Next Message | kaliderus | 2014-12-02 14:00:54 | PostgreSQL vs Oracle, que dire à mes clients ? |
Previous Message | Guillaume Lelarge | 2014-12-01 19:55:07 | Re: transaction ID wrap limit |