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: Mladen Gogala <mgogala_at_allegientsystems.com>
Date: Fri, 21 Jan 2005 09:58:23 -0500
Message-ID: <41F1188F.1000503@allegientsystems.com>


Paula_Stankus_at_doh.state.fl.us wrote:

>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???
>
>

You can put them in a 16K blocksize tablespace. That will speed up the full table scan, but may
also have some undesired consequences as Oracle will need to maintain another buffer pool, another
set of LRU latches, probably another DBWR and it can be quite an interesting thing in conjunction
with workarea_size_policy set to auto.

-- 
Mladen Gogala
Oracle DBA
Ext. 121


--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 21 2005 - 10:09:33 CST

Original text of this message

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