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: Cost of hash join

Re: Cost of hash join

From: Jared Still <jkstill_at_gmail.com>
Date: Thu, 9 Jun 2005 09:39:23 -0700
Message-ID: <bf46380506090939741b7fc3@mail.gmail.com>


Interesting test Chris, thanks for setting it up and providing an explanation.
CBO is making some interesting choices, is it not?

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist



On 6/9/05, Christian Antognini <Christian.Antognini_at_trivadis.com> wrote:

>
> Hi Jared
>
> Some observations show that the cost is not proportional with the number
> of partitions.
>
> Below you find a simple test. Of course any comment is welcome!!!
>
> HTH
>
> Chris
>
> 1) The setup.
>
> CREATE TABLE t1 (id NUMBER, v1 CHAR(1000));
>
> CREATE TABLE t2 (id NUMBER, v1 CHAR(1000));
>
> INSERT INTO t1 SELECT rownum, object_name FROM all_objects WHERE rownum
> <= 10;
>
> COMMIT;
>
> INSERT INTO t2 SELECT rownum, object_name FROM all_objects WHERE rownum
> <= 10000;
> ...
>
-- http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 09 2005 - 12:47:35 CDT

Original text of this message

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