Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> UPDATE - bitmap conversion on a index that is not bitmapped ???
OK. How about this .... I checked the script for the index rebuilds. It did an 'alter index rebuild .... parallel 10 ...' After the rebuilds, we thought parallel 10 was not good, since Oracle cannot use PQO for a index read. We set the degree back to 1. Once a analyze was done, performance dropped.
So as a test, I just set the degree 10 on the index, did an estimate statistics. Ran a plan, and it is now using the BITMAP conversion - which is great for performance. 2 questions remain:
Sorry for the rants, but this is very crazy in my opinion.
TIA. John
-----Original Message-----
Sent: Wednesday, October 15, 2003 3:39 PM
To: Multiple recipients of list ORACLE-L
Missed one important point. You can disable that by setting _b_tree_bitmap_plans to FALSE. Deleting the stats may not be a right apporach as that may screwup some other plans.
Sorry for missing the important one..
KG
> John:
>
> Optimizer is a smart boy!!! He knows the column has few distinct values
> and decides the BITMAP access would be appropriate and making BITMAP
> plans from the BTree indexes. If you delete the stats for that index,
> you will get the old behavior.
>
> KG
>
>
>
> =====
> Have a nice day !!
> ------------------------------------------------------------
> Best Regards,
> K Gopalakrishnan,
> Bangalore, INDIA.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: K Gopalakrishnan
> INET: kaygopal_at_yahoo.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: K Gopalakrishnan INET: kaygopal_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Fedock, John (KAM.RHQ) INET: John.Fedock_at_us.kline.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Oct 15 2003 - 16:59:32 CDT