Bitmap index

From: <pejac(at)altern(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Bitmap index
Date: 2000-12-04 08:09:01
Message-ID: 200012040410.EAA37676@thor.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

on other RDBMS (Oracle,etc...),there is an index called bitmap index that
greatly improve performance compared to btree index for boolean value
(such as for a sex value,it's either M or F),i would like to know if such
index will be implemented inside PostgreSQL.

Browse pgsql-hackers by date

  From Date Subject
Next Message pejac 2000-12-04 08:09:55 EAN13 for postgresql
Previous Message Ron Chmara 2000-12-04 07:38:04 Re: beta testing version