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: Performance problem: anything else I can do to make this faster?

Re: Performance problem: anything else I can do to make this faster?

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 03 Mar 2005 20:24:10 +0100
Message-ID: <jsoe2191e2ean1g1iren3odme8em5bh4rr@4ax.com>


On 3 Mar 2005 09:45:53 -0800, "Steve C" <sgcjr_at_yahoo.com> wrote:

>One thing: I haven't put primary or foreign keys on my tables. As a
>rule we don't rely on the database to do constraint checking. Would
>this figure into the optimizer's decisions around join strategies, etc?

Of course it will. Basically the optimizer won't find any 'ordinary' nested loop join between two tables, and it will resort to full table scans, index fast full scans, sort/merge joins and hash joins at random moments.

--
Sybrand Bakker, Senior Oracle DBA
Received on Thu Mar 03 2005 - 13:24:10 CST

Original text of this message

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