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: optimize hash join between 2 large tables

Re: optimize hash join between 2 large tables

From: Tanel Põder <tanel.poder.003_at_mail.ee>
Date: Fri, 21 Jan 2005 17:58:12 +0200
Message-ID: <006d01c4ffd2$032aad00$80fa23d5@porgand>


Hi,

Set hash_area_size bigger if you're using hash join. If doing the job serially, set db_block_multiblock_read_count to maximum, if with parallel, ensure that right number of slaves and optimal execution plan is used (e.g. no serial operations in the middle of parallel execution flow), also you could test whether setting _db_file_direct_io_count larger helps in your case...

Tanel.

> Other then use sort_area_size to sort in memory and parallel query what
> can be done to optimize a pull of 2 large tables joined together where
> most of the rows from both tables are selected???
> --
> http://www.freelists.org/webpage/oracle-l

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 21 2005 - 11:01:19 CST

Original text of this message

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