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

From: Yannick Warnier <ywarnier(at)beeznest(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How are NULLS stored on disk for PG 7.4?
Date: 2004-01-14 15:30:26
Message-ID: 1074094226.9027.127.camel@mobyannoo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Yannick

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Nolan 2004-01-14 15:45:30 Schemas not created on restore
Previous Message Tom Lane 2004-01-14 15:07:42 Re: planner and join type mismatches