Re: [HACKERS] Arbitrary tuple size - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Arbitrary tuple size
Date
Msg-id 199907091629.MAA00499@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Arbitrary tuple size  (Vadim Mikheev <vadim@krs.ru>)
List pgsql-hackers
> > Ah, but we have segemented tables now.  It will auto-split at 1 gig.
> 
> Well, now consider update of 2Gb row!
> I worry not due to non-overwriting but about writing
> 2Gb log record to WAL - we'll not be able to do it, sure.
> 
> Isn't it why Informix restrict tuple len to 32k only?
> And the same is what Oracle does.
> Both of them have ability to use > 1 page for single row,
> but they have this restriction anyway.
> 
> I don't like _arbitrary_ tuple size.
> I vote for some limit. 32K or 64K, at max.

Yes, but having it all in one table prevents fopen() call for every
access, inode use for every large object, and allows vacuum to clean up
multiple versions.  Just an idea.  I realized your point.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: CVS broken
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Arbitrary tuple size