Bitmap index

From: <pejac(at)altern(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Bitmap index
Date: 2000-12-04 15:28:47
Message-ID: 200012041529.eB4FT7055040@mail.postgresql.org
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.

Best regards,

PEJAC Pascal

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Junfeng Zhang 2000-12-04 15:31:14 Re: Using Threads?
Previous Message pejac 2000-12-04 15:26:39 Add-on