Re: [HACKERS] Arbitrary tuple size

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Arbitrary tuple size
Дата
Msg-id 199907091629.MAA00499@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Arbitrary tuple size  (Vadim Mikheev <vadim@krs.ru>)
Список 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 по дате отправления:

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: CVS broken
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Arbitrary tuple size