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

Home -> Community -> Usenet -> c.d.o.server -> Re: Poor hash Join performance

Re: Poor hash Join performance

From: Mike Krolewski <mkrolewski_at_rii.com>
Date: Fri, 26 Jan 2001 21:41:06 GMT
Message-ID: <94sqtg$g6e$1@nnrp1.deja.com>

In article <94sn7j$cf3$1_at_nnrp1.deja.com>,   cshelt_at_acxiom.com wrote:
> Hi all-
>
> I am extracting from and Oracle DB that is not running parallel
> server. I've noticed that Merge/Sort Joins are running at fair speeds
> while Hash joins are running insanely slow (1.5 million table and 2.5
> million table was going to take around 60 hours for hash and 1 hour
 for
> Merge). Here are some of the parameters
>
> Hash_Area_Size =20 meg
> Sort_Area_Size = 10 meg
> Hash_Multiblock_IO_count = 16 db_file_multiblock_read_count = 32
> db_block_size = 16k
>
> Is there anything else that might cause such a large difference in
> performance?
>
> Sent via Deja.com
> http://www.deja.com/
>

You might want to include the platform, OS, size of the box, drives, etc.

Also are the tables indexed and how big is a row in the table(s)?

--
Michael Krolewski
Rosetta Inpharmatics
mkrolewski_at_rii.com
              Usual disclaimers


Sent via Deja.com
http://www.deja.com/
Received on Fri Jan 26 2001 - 15:41:06 CST

Original text of this message

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