Database Tuning (MOSC)

MOSC Banner

Tuning to enforce parallelism

edited Nov 18, 2010 8:27PM in Database Tuning (MOSC) 3 commentsAnswered
 Hello All,

I have 2 queries which are used for generating reports. Both the queries are on two huge facts, joined to  6- 7 small dimensions. Both the fact tables are partitioned and each partition has around 10 million records.

The query is accessing data of one day, which is a relatively small number - 912 records.

The 1st query doesnot use parallelism, hence it takes forever to return any records.

The 2nd query uses parallelism and returns records in seconds.

Apart from specifying the parallel hint, is there any other way in which we can make a query to run in parallel?? (Even specifying the parallel hint doesnot work!)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center