In a pure star schema case, you put a bitmap index on
all foreign keys of the fact table.
I've done a lot of test on 8.0.5 and the optimiser was
using star_transformation.
The more dimensions involved in the query the faster
it executed.
Sometimes with only 2 dimensions, the optimiser was
not using star_transformation.
I had no problem with the bitmap indexes on the
foreign keys.
- Joe Frohne <joe_at_rawsonoaks.com> a écrit : > Hi
Listers,
>
> I have a quick question about setting up a star
> schema datawarehouse using
> star_transformation_enabled. I have a fact table
> and several dimension
> tables. My fact table is a personal table and some
> of the dimension
> tables are grades and test scores. The fact table
> has the students id and
> it is linked to all of the dimension tables with the
> id field. To use the
> star transformation I need to have a bitmapped index
> on the id field in
> the personal table. This is going to be a totaly
> unique field.
>
> The question is, what is the downside of a bitmapped
> index on such a
> field? Is my thought process correct that there
> needs to be a bitmaped
> index on this field to utilize the star
> transformation?
>
> Thank You for any insight!
>
> Joe
>
> --
>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Joe Frohne
> joe_at_rawsonoaks.com
> OCP Database Administrator
> www.rawsonoaks.com
>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
> --
> Author: Joe Frohne
> INET: joe_at_rawsonoaks.com
>
> Fat City Network Services -- (858) 538-5051 FAX:
> (858) 538-5051
> San Diego, California -- Public Internet
> access / Mailing Lists
>
> 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).
Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com
spaquette_at_houra.fr
(33) 01 53 93 06 50
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
Received on Mon Jul 24 2000 - 09:03:09 CDT