Re: Postgres 7.1 and the 8k tuple / row limit - Mailing list pgsql-general

From Neil Conway
Subject Re: Postgres 7.1 and the 8k tuple / row limit
Date
Msg-id 20001009232531.A2408@klamath.dyndns.org
Whole thread Raw
In response to Postgres 7.1 and the 8k tuple / row limit  ("Ally" <ally@nospam.netspace.net.au>)
List pgsql-general
On Sun, Oct 08, 2000 at 01:17:45PM +1000, Ally wrote:
> I've developed a full-text, news article database in Postgres with Perl and
> the Pg module as my search front end. The only problem (that I discovered
> AFTER I'd done all my dev work) is that Postgres has an 8K row limit. About
> 3% of my articles exceed this size limit.
>
> However, I've read that Postgres 7.1 / 7.2 will accomodate larger row sizes
> and was wondering if there was a ballpark ETA / release date for them. And
> does anybody know which version will have this feature?

It will be in 7.1, which introduces TOAST (basically, support for
long tuples). It's also in the current CVS sources. I really have no
idea when the official release date is, but I'm guessing a beta
sometime in October, and a release in November? But that's a guess
from a PgSQL user, not developer - I'd recommend waiting for a
developer to get back to you.

IMHO, you have 2 choices. Use Large Objects, or wait for TOAST. I'm
writing a similar application to yours, and I've decided to use
TOAST and do my development on a pre-7.1 snapshot copy. It's very
stable (for a development snapshot - I haven't been running it in
production), and a number of annoying bugs have been fixed. I haven't
had any problems at all.

HTH,

Neil

--
Neil Conway <neilconway@home.com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed

I disapprove of what you say, but will defend to the death your right
to say it.
        -- Voltaire

Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: distinct
Next
From:
Date:
Subject: Re: Re: VIEW problem