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: indexing issue, need alternate solution to improve the query performance

Re: indexing issue, need alternate solution to improve the query performance

From: Herod <herodt_at_gmail.com>
Date: 20 Mar 2006 18:53:22 -0800
Message-ID: <1142909602.647257.316550@z34g2000cwc.googlegroups.com>


Take a copy of the table to a test table.

Create indexes until you are happy. Or, probably drop indexes until you are happy.
More indexes mean slower insert.

No indexes, faster insert.
Try gathering stats on the table... that may or may not improve performance depends on what is there.

test test test
Then test again.

And finally one last test before you test it just before putting it into production. Received on Mon Mar 20 2006 - 20:53:22 CST

Original text of this message

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