Re: [INTERFACES] Postgres Limitations

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jim Carroll <jim(at)carroll(dot)com>, "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] Postgres Limitations
Date: 1999-02-05 07:02:38
Message-ID: Pine.LNX.4.04.9902050659560.22685-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Wed, 3 Feb 1999, Tom Lane wrote:

> Jim Carroll <jim(at)carroll(dot)com> writes:
> >> It is currently unclear as to what will happen when you table reaches 2G
> >> of storage on most file systems. I think that >2G table handling got
> >> broken somehow.
>
> > I know this is probably a "loaded" question, but do have any idea what
> > might be the cause of this limitation ?
>
> Postgres does have logic for coping with tables > 2Gb by splitting them
> into multiple Unix files. Peter Mount recently reported that this
> feature appears to be broken in the current sources (cf hackers mail
> list archive for 25/Jan/99). I don't think anyone has followed up on
> the issue yet. (I dunno about the other developers, but I don't have a
> few Gb of free space to spare so I can't test it...) You could make a
> useful contribution by either determining that the feature does work, or
> fixing it if it's busted. Probably wouldn't be a very complex fix, but
> I've never looked at that part of the code.

I tested it as I had a few free gig, and although it split the file at
2gig, it wouldn't extend further.

I started browsing the source the other day, and at first it looks ok. I
have a feeling it's something simple, and I'm planning to try it again
this week end.

The problem I have is that it takes 4 hours for a table to reach 2Gb on my
system, so it's a slow process :-(

Peter

--
Peter T Mount peter(at)retep(dot)org(dot)uk
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Matthew Hagerty 1999-02-05 18:13:14 Using libpq without LD_LIBRARY_PATH
Previous Message Peter T Mount 1999-02-05 06:56:00 Re: [INTERFACES] Re: ResultSet.getDate