Re: [HACKERS] Arbitrary tuple size

Vadim Mikheev <vadim@krs.ru>

From: Vadim Mikheev <vadim@krs.ru>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: t-ishii@sra.co.jp, pgsql-hackers@postgreSQL.org
Date: 1999-07-09T05:27:55Z
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