Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Parallel query question
Num_rows is the number of rows produced for a producer, and the number of rows consumed by a consumer.
If the __result__ of your query is a very short report you would hope to see num_rows on the QC being only slightly larger than the number of rows returned by the report.
If the NUM_ROWS listed by the base-line producers sums to about the same number as the number of rows accessed from the database, then the query is probably not a good candidate for parallel execution.
Jonathan Lewis Received on Fri Oct 30 1998 - 13:32:48 CST
![]() |
![]() |