Re: does oracle us both block and row level nested loop joins?

> You see from consistent gets that all of the blocks in T2 are opened 50
> times (total LIOs = the amount of rows in T1 * blocks in T2 + some
> overhead).

A correction: Each block in in T2 is opened 50*rows in given block times, in
other words a consistent get is done for each combination of row matching
between both row sources + there is some overhead. This is very ineffective,
even with tiny tables like in the example...

(Oracle version 9.2.0.4 W2k)

Tanel.


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: