RE: Going to Cost

2002-01-28 Thread Miller, Jay
A few questions and suggestions: 1) What version of Oracle are you running? 2) Identify the SQL that is run most frequently and compare the explain plans under RULE and CHOOSE 3) Do the same with any reports. These are most likely to suddenly do ridiculous sort/merge joins killing performance.

RE: Going to Cost

2002-01-22 Thread Seefelt, Beth
At least now you can go with CHOOSE instead of strictly cost based. Its a much smaller plunge, you can pick and choose which objects to try first. -Original Message- Sent: Tuesday, January 22, 2002 12:06 PM To: Multiple recipients of list ORACLE-L I have a large app that is still

Re: Going to Cost

2002-01-22 Thread Christian Trassens
You should in test env before changing the optimizer through intensive benchmarks. However, if you are working with 8i, try with outlines. Consider changing to first_rows and evaluate the set of optimizer_index_caching, optimizer_index_cost_adj and optimizer_max_permutations. Regards. --- Shaw