On-disk Bitmap Index patch

From: "Jie Zhang" <jzhang(at)greenplum(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: On-disk Bitmap Index patch
Date: 2006-07-18 06:09:46
Message-ID: C0E1C93C.8DBC%jzhang@greenplum.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hi,

I have attached a patch for the on-disk bitmap index to the CVS Head. If
this can get in 8.2, that would be great. I still need to add the following
things:

(1) README file in src/backend/access/bitmap.
(2) Bitmap index documentation
(3) Hiding the internal btree

Please let me know if you find any problems. Any comments and suggestions
are welcome.

To create a bitmap index, use the following command:

create index <name> on <table_name> using bitmap(<att>);

Thanks,
Jie

Attachment Content-Type Size
pgsql-bitmapindex-07-17.patch application/octet-stream 245.4 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Adrian Maier 2006-07-18 07:27:21 float8 regression failure (HEAD, cygwin)
Previous Message Joe Conway 2006-07-18 04:39:59 Re: [HACKERS] 8.2 features?