From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | ARTEAGA Jose <Jose(dot)Arteaga(at)alcatel-lucent(dot)com>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Richard Huxton <dev(at)archonet(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Limitations on 7.0.3? |
Date: | 2007-06-08 16:45:07 |
Message-ID: | 46698793.9060801@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Martijn van Oosterhout wrote:
> On Thu, Jun 07, 2007 at 02:32:09PM -0500, ARTEAGA Jose wrote:
>> I've looked at the pg_index table and we are currently at 15Mill
>> entries, which should be OK. After 2-3 days runtime I just get a
>> disconnect error from backend while doing an insert. After I restore the
>> DB and insert the same entries it runs fine. Following is the error I
>> get:
>
> Note: Version 7.0 *will* eat your data eventually. It has no protection
> against XID wraparound, you'll just start noticing data disappearing.
>
> From the documentation:
> Prior to PostgreSQL 7.2, the only defense against XID wraparound was to
> re-initdb at least every 4 billion transactions.
This is a very kind way of saying you are completely nuts for running
7.0 anything. The minimum you should be running is 7.4 and preferably 8.2.4.
Joshua D. Drake
>
> Have a nice day,
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2007-06-08 17:21:37 | Re: query log corrupted-looking entries |
Previous Message | Martijn van Oosterhout | 2007-06-08 16:38:33 | Re: Limitations on 7.0.3? |