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: To index or not to index

Re: To index or not to index

From: Gary England <gengland_at_hiwaay.net>
Date: 1997/09/29
Message-ID: <34303CE2.2403@hiwaay.net>#1/1

D Morrow wrote:
>
> A while back there was a posting about size of tables and indexing. I
> thought it had mentioned that a small table (about 1000 rows) was just on
> the edge of needing an index??
>
> My question is: any general guidelines on when to create an index for a
> table
>
> thanx in advance
> Donna

Other than for "required" fields like primary keys, and columns participating in referential integrity, it all comes down to performance.

Additional indexes speed some reads, but slow all writes. Trial and error is typically the rule. Received on Mon Sep 29 1997 - 00:00:00 CDT

Original text of this message

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