Re: How many fields in a table are too many

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How many fields in a table are too many
Дата
Msg-id 24818.1056825787@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How many fields in a table are too many  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: How many fields in a table are too many
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> However, I am not sure how useful NOT NULL is in practice because there
> are lots of columns that don't specify NOT NULL but have mostly nulls or
> mostly non-nulls, which kills our caching --- what I was hoping to do
> some day was to cache the null bitmask and offsets of the previous tuple
> and use those if the new tuple has the same null bitmask as the previous
> tuple.

We already cache fairly effectively in cases where there are no nulls.
I'm not sure it's worth trying to do something with the idea that two
adjacent tuples might have nulls in the same places.

            regards, tom lane

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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: How many fields in a table are too many
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: How many fields in a table are too many