reduce null bitmap size

From: yamt(at)mwd(dot)biglobe(dot)ne(dot)jp (YAMAMOTO Takashi)
To: pgsql-hackers(at)postgresql(dot)org
Subject: reduce null bitmap size
Date: 2011-11-06 23:08:07
Message-ID: 20111106230807.7A3FA14A439@mail.netbsd.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi,

how about making heap_form_tuple and its variants use smaller natts for
tuples whose trailing columns are NULL? depending on the schema, it can
save considerable space.
the most of code are ready to deal with such tuples for ALTER TABLE ADD
COLUMN anyway. (except system catalogs?)

YAMAMOTO Takashi

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message J Smith 2011-11-06 23:43:22 Re: unaccent extension missing some accents
Previous Message Tom Lane 2011-11-06 23:00:37 Re: [PATCH] optional cleaning queries stored in pg_stat_statements