Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: PARALLEL QUERY
Looking back through the thread, the only information I have about the query is that it is:
select /*+ parallel(bt,4) */ from big_table bt;
How many tables are there in your real query, and how many indexes are there available, and are any of the tables partitioned and which columns are declared not null, and how many lines is the serial execution plan that you get.
Regards
Jonathan Lewis
http://jonathanlewis.wordpress.com
Author: Cost Based Oracle: Fundamentals
http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html
The Co-operative Oracle Users' FAQ
http://www.jlcomp.demon.co.uk/faq/ind_faq.html
> Hi Jonathan,
>
> Thanks again for your nice explanation. But I had a little difficulty in
> understanding the following....
>
>> think about ANY executions that might NOT do a parallel tablescan on table
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Oct 28 2007 - 03:13:37 CDT
![]() |
![]() |