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: No future for DB2 - slightly off-topic, discusses what people are being taught at uni

Re: No future for DB2 - slightly off-topic, discusses what people are being taught at uni

From: DA Morgan <damorgan_at_psoug.org>
Date: Sun, 31 Jul 2005 12:00:55 -0700
Message-ID: <1122836433.950130@yasure>


Mark A wrote:

> The result is that many schemas have way too many indexes that will never be
> used, and of course invariably there are at least a few indexes missing.

While I have seen my fair share of under and over indexed tables I am a wondering why this concern about slowing up an insert. Rarely is the problem with an application's performance related to speed of inserts. Rather it is the speed to retrieval, SELECT, that is the issue and the focus on getting the data IN should not take precedence over getting it back out.

One can only insert a record one time. Likely the record will be queried many many times thereafter.

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Sun Jul 31 2005 - 14:00:55 CDT

Original text of this message

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