Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Creating a central repository for all methods to calculate optimizer statistics

Hi
optimizer statistics are very important for the global performance of a database.
I think it would be interesting if we could have a central repository where we could find all the possible methods to calculate these statistics.
At the moment, we have to search among a lot of notes in the M.O.S.C.
Comments
-
Is there something wrong with doco for statistics gathering?
http://docs.oracle.com/database/121/TGDBA/gather_stats.htm#BEIIGIHI
-
Is there something wrong with doco for statistics gathering?
http://docs.oracle.com/database/121/TGDBA/gather_stats.htm#BEIIGIHI
Hi
Nothing wrong but it shows only the syntax of the commands.
In real world, we need advice and hints to find the right command to calculate statistics ( with or without histograms, on which columns...)
what about correlated statistics ?
I think it would be nice to have a unique location where we can find recommandations and practical experiences.
-
Hi
Nothing wrong but it shows only the syntax of the commands.
In real world, we need advice and hints to find the right command to calculate statistics ( with or without histograms, on which columns...)
what about correlated statistics ?
I think it would be nice to have a unique location where we can find recommandations and practical experiences.
I gave the you wrong link see here:
http://docs.oracle.com/database/121/TGSQL/tgsql_statscon.htm#TGSQL336
The best practice is always stick with the default setting, unless the default is not right for you.
I think it would be nice to have a unique location where we can find recommandations and practical experiences.
This is exactly what the community is for.