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 -> hash join

hash join

From: <llei_at_ros.com>
Date: Wed, 07 Apr 1999 16:28:41 GMT
Message-ID: <7eg13f$ahs$1@nnrp1.dejanews.com>


We are running choose base optimizer and analyze tables and indexes everyday. A sql statement is running very very slow(more than 8 hours). The execution plan shows that it uses hash join instead of the indexes to join 2 big tables(full table scan on those two tables). After we delete the statistics, it use the indexes and it runs only 20 minutes. Does anyone know how to improve the hash join?

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Apr 07 1999 - 11:28:41 CDT

Original text of this message

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