on ‎2012 Oct 05 10:26 AM
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.
Request clarification before answering.
These are the results:
Before drop statistics without order by clause
Before drop statistics with order by clause
After drop statistics without order by clause
After drop statistics with order by clause
In my previous tests I was not running the command: call sa_flush_cache() so the result was so diverse. I do not understand why the return of select is so slow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please email or attach the query plan as per the instructions. The screen caps and PDFs do not contain all of the information nor provides an easy mechanism to analyze the issue. To get the plan that we require,
Please ensure that sa_flush_cache() is called for each iteration as noted in Ani's previous post.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.