ORACLE統計抽樣預設比例
ORACLE統計抽樣預設比例
oracle 統計 預設抽樣還是全表掃描?預設DBMS_STATS.AUTO_SAMPLE_SIZE自動化
官方文件
Sampling is specified using the ESTIMATE_PERCENT argument to the DBMS_STATS procedures. While you can set the sampling percentage to any value, Oracle recommends setting the ESTIMATE_PERCENT parameter of the DBMS_STATS gathering procedures to DBMS_STATS.AUTO_SAMPLE_SIZE to maximize performance gains while achieving necessary statistical accuracy. AUTO_SAMPLE_SIZE lets Oracle Database determine the best sample size necessary for good statistics, based on the statistical property of the object. Because each type of statistics has different requirements, the size of the actual sample taken may not be the same across the table, columns, or indexes. For example, to collect table and column statistics for all tables in the OE schema with auto-sampling, you could use:
https://blog.csdn.net/bisal/article/details/74931933
總結:
1. 9i中ESTIMATE_PERCENT預設100%。
2. 10g中ESTIMATE_PERCENT預設為DBMS_STATS.AUTO_SAMPLE_SIZE,一個非常非常小的數,通常會造成poor的統計資訊,因此並不建議使用AUTO。
3. 11g中ESTIMATE_PERCENT預設為DBMS_STATS.AUTO_SAMPLE_SIZE,但由於其採用了一種新的HASH演算法,即使傾向於預設100%取樣,其效能要比9i和10g中更優,因此一般情況下,建議使用DBMS_STATS.AUTO_SAMPLE_SIZE,由Oracle來自主選擇取樣比例。
4. 我之前說的,預設取樣比例是100%,其實是需要有一些前提條件的,從1-3可以看出,9i確實預設是100%,但10g肯定不是了,11g一般情況下是100%,但不能保證所有情況均為100%。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29519108/viewspace-2644240/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 數理統計02:抽樣分佈與次序統計量
- 多元統計分析04:多元正態分佈的抽樣分佈
- 活動抽獎元件設計元件
- 抽菸行為識別預警系統
- 抽絲剝繭——代理設計模式設計模式
- 聊聊抽卡這件事——從系統與使用者行為資料全面分析抽卡設計
- 如何設計一個百萬級使用者的抽獎系統?
- Qt5.9 UI設計(七)——統一樣式設計QTUI
- 抽獎小程式資料庫設計資料庫
- 黃金比例設計工具:Goldie for MacGoMac
- Goldie for Mac(黃金比例設計工具)GoMac
- 抽樣之逆轉換方法
- C# 蓄水池抽樣C#
- 水庫抽樣演算法演算法
- numpy2.隨機抽樣隨機
- 抽絲剝繭——備忘錄設計模式設計模式
- 分散式抽獎秒殺系統,DDD架構設計和實現分享分散式架構
- 抽卡體驗設計:關於盲盒、抽卡、開箱的一切
- 微課sql最佳化(5)、統計資訊收集(3)-關於預設取樣率SQL
- 瀏覽器預設樣式瀏覽器
- 更改bootstrap的預設樣式boot
- 遊戲商業化設計思考(一)--抽獎遊戲
- [Hive]Hive實現抽樣查詢Hive
- oracle 各版本預設使用者Oracle
- oracle增加欄位帶預設值Oracle
- 查詢oracle欄位預設值Oracle
- Oracle Linux 6.7 靜預設安裝Oracle 11gOracleLinux
- 【統計資訊】Oracle統計資訊Oracle
- Oracle實現統計Oracle
- 更改BootStrap popover的預設樣式boot
- 遊戲互動設計中的抽獎感受研究遊戲
- win10系統怎樣設定foxmail為預設電子郵件程式Win10AI
- Oracle 修改預設監聽埠故障分析Oracle
- Sqoop從Oracle抽數錯:IO Error: Connection resetOOPOracleError
- Oracle收集統計資訊Oracle
- Oracle:歸檔量統計Oracle
- 小程式裡去除button預設樣式
- 面試題目:一個抽獎池設計(含程式碼)面試題