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: Cost of Access Plan using Bitmap Indexes

Re: Cost of Access Plan using Bitmap Indexes

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 22 Aug 2003 21:47:08 +0100
Message-ID: <bi5vq3$j8t$1$8302bc10@news.demon.co.uk>

Just in case you haven't seen then, there are three articles that I wrote about bitmap indexes on www.dbazine.com - they might
give you some extra ideas.

Using a larger value for bitmap_merge_size MIGHT make the actual run-time a bit shorter, but I don't think it changes the cost that Oracle uses in its calculations - but I'd have to test that carefully to be sure.

--
Regards

Jonathan Lewis
http://www.jlcomp.demon.co.uk

  The educated person is not the person
  who can answer the questions, but the
  person who can question the answers -- T. Schick Jr


One-day tutorials:
http://www.jlcomp.demon.co.uk/tutorial.html

____Finland__September 22nd - 24th
____Norway___September 25th - 26th


Three-day seminar:
see http://www.jlcomp.demon.co.uk/seminar.html
____USA_(CA, TX)_August
____USA__October
____UK___November


The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html


"Fabrizio Napolitano" <fnapolitano_at_belgacom.net> wrote in message
news:7a96ec4520e69b2f93ab7ea608ebfe82.119705_at_mygate.mailgate.org...

> Jonathan thanks a lot.
>
> Your advices are great food for thought and help me understand
> the picture behind.
>
> Still one question remain:
> in the Oracle Datawarehousing guide there is a lot
> of enphasis on Bitmap indexes and the way they can
> be merged easily by the optimizer helping getting
> the best from the very different report (SQL) that can
> be generated in a DSS environment,but at the moment I
> have seen that CBO consider even a full table scan
> way cheaper then the bitmap indexes.
>
> Considering that fact tables are pretty big
> is my only option to be killed by millions of phisycal reads
> or to go for hints?
> that by the way not always can be implemented?
>
> thank you very much again and hope to see other good advices on the
> topic.
>
> P.s. using a bigger Bitmap_sorting _area could help cutting the
cost?
>
> Best Regards,
> Fabrizio
>
>
>
> --
> Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Received on Fri Aug 22 2003 - 15:47:08 CDT

Original text of this message

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