Re: How are NULLS stored on disk for PG 7.4?

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: How are NULLS stored on disk for PG 7.4?
Дата
Msg-id 4007075C.1090706@Yahoo.com
обсуждение исходный текст
Ответ на Re: How are NULLS stored on disk for PG 7.4?  (Yannick Warnier <ywarnier@beeznest.org>)
Список pgsql-general
Yannick Warnier wrote:

> Le mar 13/01/2004 à 00:43, Bruce Momjian a écrit :
>> Arnold Mavromatis wrote:
>> > Hi
>> >
>> > How are column files in a table that have been assigned null stored on disk
>> > in Postgresql 7.4?
>>
>> Each row has a bitmap showing all the NULL values on that row.
>
> Is it the same for PG 7.3?

It has always been that way. But the bitmap is only there if there is at
least one NULL value. One bit in the tuple headers flags tells if there
is a bitmap or not.


Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: why isn't TEXT a key word?
Следующее
От: Phil Campaigne
Дата:
Сообщение: What Version Installed?