There is a new feature in TD 12 that you can specify the sample percent you need before running collect stat.
You can do it on the,
1- session level:
DIAGNOSTIC "COLLECTSTATS, SAMPLESIZE=20" ON FOR SESSION;
The above statment means that all collect stats starment with "USING SAMLE" keyword in the session will be collected with 20% (You can change it to what is suitable for your tables).
2- Request level:
DIAGNOSTIC "COLLECTSTATS, SAMPLESIZE=20" ON FOR REQUEST;
That's means it will applyed only on the next collect statment that follows the diagnostic statment.
No comments:
Post a Comment