Re: [HACKERS] Arbitrary tuple size

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] Arbitrary tuple size
Дата
Msg-id 3785534B.8743BF35@krs.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] Arbitrary tuple size  (wieck@debis.com (Jan Wieck))
Список pgsql-hackers
Jan Wieck wrote:
> 
> Bruce Momjian wrote:
> 
> > I agree this is the way to go.  There is nothing I can think of that is
> > limited to how large a tuple can be.
> 
>     Outch - I can.
> 
>     Having  an  index  on a varlen field that now doesn't fit any
>     more into an index block. Wouldn't this cause problems?  Well
>     it's  bad  database  design to index fields that will receive
>     that long  data  because  indexing  them  will  blow  up  the
>     database but it must work anyway.

Seems that in other DBMSes len of index tuple is more restricted
than len of heap one. So I think we shouldn't worry about this case.

Vadim



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] SSL patch
Следующее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] plperl intial pass