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: Select with lots of JOINS

Re: Select with lots of JOINS

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 17 May 2006 18:47:52 +0200
Message-ID: <tqkm62dsc2km38ass3evel9l82dhsfac80@4ax.com>


On 17 May 2006 09:05:52 -0700, "fgabriel.munoz_at_gmail.com" <fgabriel.munoz_at_gmail.com> wrote:

>
>I have a SELECT statement with 70 JOINS and 100 columns in the FROM
>clause. Obviously the SELECT is very slow.
>
>I can't change the data model, so I need a "patch" that can increase de
>speed.

So you are out of luck. There is no such thing as a 'patch' to make things run faster. You'll need to tune and to tune and to tune or
a) denormalize
b) bite the bullet and have the datamodel changed.

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed May 17 2006 - 11:47:52 CDT

Original text of this message

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