SQL Access Advisor 與SQL Tuning Advisor

abstractcyj發表於2016-03-07
https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1794009000346753857

In a nutshell - the tuning advisor 

o suggests sql profiles 
o gathering more or stale statistics 
o indexes that might be VERY useful 
o query rewrites 


the access advisor 

o suggests indexes that might be useful (a possibly different set than the tuning advisor above) 
o materialized views 
o materialized view logs 
o partitions (in 11g on up only) 

SQL Tuning Advisor針對於一個SQL給出優化建議,而SQL Access Advisor則是針對一組SQL。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2050408/,如需轉載,請註明出處,否則將追究法律責任。

相關文章