Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: the need for speed

Re: the need for speed

From: Carsten Baeumchen <carsten.baeumchen_at_gmx.de>
Date: Wed, 22 Nov 2000 18:05:07 +0100
Message-ID: <3A1BFCC3.F96C5C22@gmx.de>

Hi Tim,

do you also use index structures?

Be sure to query like this: ..." WHERE LargeTable.ID = SmallerTable.ID"

Finally: maybe your hardware is too slow (minium RAM, slow HDD)

Greetings
Carsten

tshb_at_techprt.co.uk schrieb:

> Hi,
> I'm very new to Oracle and databases generally, so this might be a
> stupid question. I'm searching for fifty thousand values (stored as the
> primary key in a table) in a table of one hundred thousand (again, the
> primary key). The SQL is SELECT n.ID, c.ID FROM temp n,main c WHERE c.ID
> = n.ID ORDER BY n.ID.
> No great shakes, I'm just wondering why it takes about 4 seconds to do
> it (from SQL Plus). Shouldn't it be quicker? Admittedly its a lot
> quicker than Access but how come search engines can find fifty trillion
> pages in 0.4 nano-seconds?
> I'm using Oracle 8 Personal Edition, would using another version speed
> it up?
> thanks,
>
> Tim
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Nov 22 2000 - 11:05:07 CST

Original text of this message

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