Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Query execution for intervals

Re: Query execution for intervals

From: Mikito Harakiri <mikharakiri_nospaum_at_yahoo.com>
Date: 9 Feb 2006 11:43:12 -0800
Message-ID: <1139514192.886855.166610@z14g2000cwz.googlegroups.com>


Mikito Harakiri wrote:
> I believe bitmapped indexes behave in linear way, although with very
> generous coefficient.

This experience was from 5 years ago when I experimented with bitmapped plans in some expression engine. It doesn't seem to hold any longer (on today's hardware). I fail to make a test where bitmapped plan outperforms full table scan! Here is what I did:

commit;

CREATE BITMAP INDEX xi
ON intervals(x);

CREATE BITMAP INDEX yi
ON intervals(y);

Received on Thu Feb 09 2006 - 13:43:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US