Oracle tuning optimizer index cost adj and optimizer index caching
Posted
by Darryl Braaten
on Server Fault
See other posts from Server Fault
or by Darryl Braaten
Published on 2009-06-03T15:25:04Z
Indexed on
2010/05/13
12:55 UTC
Read the original article
Hit count: 429
Oracle
|performance-tuning
What is the correct way to set the optimizer index cost adj parameter for Oracle. As a developer I have observed huge performance improvements as this parameter is lowered. Common queries are reduced from 2 seconds to 200ms. There are lots of warnings on the net that lowering this value will cause dire issues with the database, but no detail is given on what will start going wrong.
I am currently only seeing only an upside, much improved application performance and no downside. I need to better understand the possible negative repercussions of adjusting these parameters.
© Server Fault or respective owner