cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Low performance with wrong statistics

Former Member
8,666

Statistics that are generated in the table syscolstat are really needed for the database?

I'm having problems because of low performance statistics. I periodically drop statistics and improves performance significantly. Is there any possibility to not generate them?

Thanks, Leonardo.

View Entire Topic
Former Member

Leonardo,

Please post the plan files (or sent them to me directly at [email protected]): in dbisql: 1. call sa_flush_cache() before each execution 2. in the 'Plan Viewer', set the option 'Detailed and node statisitcs' 3. 'Get Plan' 4. save the plan in a file using 'Save As...' 5. repeat 1-4 for each combination {without drop stats, drop stats} X {with order by, without order by}

Thanks Ani