From: | mlw <markw(at)mohawksoft(dot)com> |
---|---|
To: | Tom Ivar Helbekkmo <tih(at)kpnQwest(dot)no> |
Cc: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: 7.2 items |
Date: | 2001-06-07 11:36:41 |
Message-ID: | 3B1F6749.625ED249@mohawksoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Ivar Helbekkmo wrote:
>
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Zeugswetter Andreas SB | 2001-06-07 11:38:46 | AW: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. S tand ards |
Previous Message | Tom Ivar Helbekkmo | 2001-06-07 11:08:17 | Re: 7.2 items |