Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Bitmap Join Index
On Feb 12, 10:08 am, "aravind.ka..._at_gmail.com"
<aravind.ka..._at_gmail.com> wrote:
> Thanks Anurag. That was an excellent article! It cleared many of my
> misconceptions already.
>
> I created an BJI and the optimizer seem to pick up the index only when
> I force with a hint. It is because that optimizer thinks that a full
> table scan is lot cheaper than using that index??
>
> Any clues?? I can post the sql & explain plan if necessary. Thanks.
Go ahead and post the sql & explain plan.
Before you do so, make sure you have gathered statistics
on the table and index (dbms_stats...)
and please state your oracle version.
Anurag Received on Mon Feb 12 2007 - 12:56:40 CST
![]() |
![]() |