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

Home -> Community -> Usenet -> c.d.o.server -> Re: About Oracle Bitmap Index...

Re: About Oracle Bitmap Index...

From: Stanley <chiujen.lin_at_msa.hinet.net>
Date: 13 May 2003 21:55:35 -0700
Message-ID: <ebf3513d.0305132055.5f377414@posting.google.com>


Daniel Morgan <damorgan_at_exxesolutions.com> wrote in message news:<3EC074A0.568ABBAE_at_exxesolutions.com>...
> Stanley wrote:
>
> > I create many Bitmap Indices on all attributes of a table which has
> > about 100 attributes(A1~A100). I query data and use hint on it, when
> > the Where clause including some of attributes of A1 to A50, it is good
> > to work, but when the Where clause including some of attributes of A51
> > to A100, it's performance will
> > be very poor, why ???
> >
> > Oracle version : 9.0.1.0.0
> > O.S : Windows XP
> > RAM : 1G
> > HD : 10G
> >
> > Create table sample :
> >
> > CREATE TABLE "FUZZY"."FEMALE_BI" (
> >
> > "RID" ROWID NOT NULL,
> > "AB1_1" NUMBER(1, 0) NOT NULL,
> > :
> > "AB1_100" NUMBER(1, 0) NOT NULL)
> >
> > Create Bitmap Index sample :
> >
> > Create Bitmap Index B11 on Female_BI (AB1_1) TABLESPACE FB_INDEX
> > STORAGE ( INITIAL 1000K);
> > :
> > Create Bitmap Index B1100 on Female_BI(AB1_100) TABLESPACE FB_INDEX
> > STORAGE ( INITIAL 1000K);
>
> Please please tell me you did not create a table with a column of type
> ROWID. Please!
>
> Have you invested any time in researching when to use, and when not to
> indexes? Especially bitmap indexes? What you posted looks like the
> poster-child for a bad example.

Hi, buddy:

    The example that I wrote above is just for experiment, not for using actually. Received on Tue May 13 2003 - 23:55:35 CDT

Original text of this message

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