Re: optimize hash join between 2 large tables

  • From: Tanel Põder <tanel.poder.003@xxxxxxx>
  • To: <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 21 Jan 2005 17:58:12 +0200

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???
> --
> //www.freelists.org/webpage/oracle-l

--
//www.freelists.org/webpage/oracle-l

Other related posts: