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

From Vadim Mikheev
Subject Re: [HACKERS] Arbitrary tuple size
Date
Msg-id 3785911C.328B0998@krs.ru
Whole thread Raw
In response to Re: [HACKERS] Arbitrary tuple size  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] Arbitrary tuple size
Re: [HACKERS] Arbitrary tuple size
Re: [HACKERS] Arbitrary tuple size
List pgsql-hackers
Bruce Momjian wrote:
> 
> > Bruce Momjian wrote:
> > >
> > > If we get wide tuples, we could just throw all large objects into one
> > > table, and have an on it.  We can then vacuum it to compact space, etc.
> >
> > Storing 2Gb LO in table is not good thing.
> >
> > Vadim
> >
> 
> 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.

Vadim


pgsql-hackers by date:

Previous
From: Tom Ivar Helbekkmo
Date:
Subject: Re: [HACKERS] Fwd: Joins and links
Next
From: Hannu Krosing
Date:
Subject: Re: [HACKERS] Arbitrary tuple size