Re: Limitations on 7.0.3?

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Limitations on 7.0.3?
Date: 2007-06-07 15:42:49
Message-ID: 20070607154249.GE14087@phlogiston.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 06, 2007 at 02:40:08PM -0500, ARTEAGA Jose wrote:
> I have been using postgres 7.0.3 (Solaris 2.9) for the past 4 years
> without any major problems, until about a month ago. We are now
> experiencing crashes on the backend (connection lost to backend) while
> running queries (inserts, etc). Anyway I don't want to make this too
> technical but I'd just like to understand if maybe I'm running into some
> sort of limit on the size of the database. My biggest table is currently
> at 1.5B tuples.

I don't believe it's a size limit. But 7.0 is pre-WAL. Are you
running with the -F switch turned on, for performance? It could well
be that you are running into data corruption that crashes the
database. (The lack of WAL is not the only reason you might be
running into that. 7.0 is a long time ago, and there are a lot of
bugs that have been squished since then.)

A
--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
However important originality may be in some fields, restraint and
adherence to procedure emerge as the more significant virtues in a
great many others. --Alain de Botton

In response to

Browse pgsql-general by date

  From Date Subject
Next Message phillip 2007-06-07 16:00:41 Re: failing to start posgresql.
Previous Message Andrew Sullivan 2007-06-07 15:30:42 Re: Auto Vacuum question?