Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ideas to use ora hash

Re: ideas to use ora hash

From: Glenn Santa Cruz <glenn.santacruz_at_gmail.com>
Date: Wed, 22 Mar 2006 13:37:42 -0600
Message-ID: <277902c40603221137k1e518099p5ae0e602f127a5c1@mail.gmail.com>


At first glance, I'd guess this is much more CPU intensive than the table comparison technique Tom Kyte pointed out at http://www.oracle.com/technology/oramag/oracle/05-jan/o15asktom.html

Both techniques would full-scan the tables, but the HASH_VALUE would have plenty of SQL to PL/SQL context switches. Of course, this is merely an opinion, and I'd certainly be interested in the results (may have to try this one on my own, later tonight.)

Glenn

On 3/22/06, Jared Still <jkstill_at_gmail.com> wrote:
> Here's a prototype.
> This code is not optimized. :)
>

<snip>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 22 2006 - 13:37:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US