Re: [HACKERS] Arbitrary tuple size

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Vadim Mikheev <vadim(at)krs(dot)ru>
Cc: t-ishii(at)sra(dot)co(dot)jp, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Arbitrary tuple size
Date: 1999-07-09 05:29:46
Message-ID: 199907090529.BAA10744@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Ivar Helbekkmo 1999-07-09 05:45:36 Re: [HACKERS] Fwd: Joins and links
Previous Message Bruce Momjian 1999-07-09 05:29:18 Re: [HACKERS] Arbitrary tuple size