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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Please help with performance problem

Re: Please help with performance problem

From: Noodles <noodles_at_aol.com>
Date: 1997/11/22
Message-ID: <19971122130301.IAA21829@ladder01.news.aol.com>#1/1

Gena,

I believe your updates and inserts are slowing you down because of the indexes.  If these are on-line, the data has to be inserted into the table AND a rowid inserted into the index. Also, If your're doing a lot of inserts and updates, are you analyzing your indexes regularly so the optimizer has good data to work with ? Also, if possible, consider the complete reload and index rebuild every few months. The reload should give you better data compaction along with fresh indexes.

Cliff Received on Sat Nov 22 1997 - 00:00:00 CST

Original text of this message

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