Re: More then 1600 columns?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More then 1600 columns?
Дата
Msg-id 3626.1289599813@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: More then 1600 columns?  ("Mark Mitchell" <mmitchell@riccagroup.com>)
Ответы Re: More then 1600 columns?  ("Clark C. Evans" <cce@clarkevans.com>)
Список pgsql-general
"Mark Mitchell" <mmitchell@riccagroup.com> writes:
> I think it's very obvious that Postgres developers have no interest in
> going over 1600 columns in the foreseeable future and which forces us
> to find creative ways around it but I just don't see why it has to be
> this way.

Well, it's a tradeoff.  Supporting > 1600 columns would require widening
t_hoff, which means another byte occupied by row headers, which is a
data structure that we have sweated blood to minimize and aren't eager
to bloat just to support what seems extremely dubious database design
practice.  The other possible inefficiencies are minor by comparison
to that objection: larger row headers are a cost that will be paid by
*every* user of Postgres.

            regards, tom lane

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

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: More then 1600 columns?
Следующее
От:
Дата:
Сообщение: Re: Instructions/status of modpglogger