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: Index for very small tables needed ?

Re: Index for very small tables needed ?

From: Jaap W. van Dijk <j.w.vandijk_at_hetnet.nl>
Date: Sun, 30 Dec 2001 12:38:00 GMT
Message-ID: <3c2f0963.1255440@news.freeler.nl>


If you're afraid your table has to be read from disk over and over again, you can do two things:

Jaap.

On Thu, 27 Dec 2001 09:23:19 +0100, Andreas Wizemann <AWizemann_at_fvvag.de> wrote:

>Hi,
>do i need to define an index on small tables ?
>I'm confused after reading different articles about this.
>One tells me i should define an index the other says there is no need,
>as a full table scan is fast enough.
>Also other articles say, oracle does not read rows in the buffer cache
>while doing a Full table scan. So i think, next time this table will
>be accessed there is another need of doing io.
>So now, whats best ?
>No Index with Full table scan and io's
>or
>Having an Index, so rows may stay in buffer ?
>
>Any Ideas ?
>Thanks a lot.
>
>Andreas Wizemann
Received on Sun Dec 30 2001 - 06:38:00 CST

Original text of this message

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