Re: 7.2 items - Mailing list pgsql-hackers

From mlw
Subject Re: 7.2 items
Date
Msg-id 3B1F6749.625ED249@mohawksoft.com
Whole thread Raw
In response to 7.2 items  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Tom Ivar Helbekkmo wrote:
> 
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> 
> > Here is a small list of big TODO items.  I was wondering which ones
> > people were thinking about for 7.2?
> 
> A friend of mine wants to use PostgreSQL instead of Oracle for a large
> application, but has run into a snag when speed comparisons looked
> good until the Oracle folks added a couple of BITMAP indexes.  I can't
> recall seeing any discussion about that here -- are there any plans?

I have tried to bring this up in several different forms, and hardly ever get a
nibble.

Bitmap indexes are great for text searching. Perhaps you can use
"fulltextindex" in the contrib directory. It isn't as fast as a bitmap index,
and the syntax would be different, but it would be perform better.


pgsql-hackers by date:

Previous
From: Tom Ivar Helbekkmo
Date:
Subject: Re: 7.2 items
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. S tand ards