Re: [HACKERS] Arbitrary tuple size

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] Arbitrary tuple size
Дата
Msg-id 3785911C.328B0998@krs.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] Arbitrary tuple size  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] Arbitrary tuple size  (wieck@debis.com (Jan Wieck))
Re: [HACKERS] Arbitrary tuple size  (Bruce Momjian <maillist@candle.pha.pa.us>)
Re: [HACKERS] Arbitrary tuple size  (The Hermit Hacker <scrappy@hub.org>)
Список 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 по дате отправления:

Предыдущее
От: Tom Ivar Helbekkmo
Дата:
Сообщение: Re: [HACKERS] Fwd: Joins and links
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] Arbitrary tuple size