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: Full Table Scans

Re: Full Table Scans

From: Sanjeev Singh <sanjeev_at_pacbell.net>
Date: Mon, 14 Sep 1998 22:06:43 -0700
Message-ID: <35FDF5E3.1320@pacbell.net>


ALEX J JENTILUCCI wrote:
>
> Maybe you should define "long time".
>
> If you are getting data over a network, that could be slowing things a bit.
>
> Alex
>
> Roman Gelfand wrote in message <6t6mjq$ikd$1_at_news.monmouth.com>...
> >I have a table which has roughly 5000 rows and each row averages out 84
> >bytes. This is relatively small. Why is it taking a long time when I do a
> >straight select on this table(no where clause)?
> >
> >

There can be many solutins.

  1. TRUNCATE the table. May be your HWM is very high.
  2. Analyze this table, so COST Base Optmizer can be use.
  3. Make sure table has indexes

Try out. Received on Tue Sep 15 1998 - 00:06:43 CDT

Original text of this message

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