Oracle 12c新特性 - Top frequency histogram 3
4. 生成top frequency histogram 的必要條件:
1). The data set has more than n distinct values. (n表示桶數量)
2). The percentage of rows occupied by the top n frequent values is equal to or greater than threshold p, where p is (1-(1/n))*100.
3). The estimate_percent parameter is set to AUTO_SAMPLE_SIZE in the DBMS_STATS statistics gathering procedure.
top n 在這裡表示 top 8 的資料(查詢出的前8行rows加總) :
select sum(CNT) from (
select code , count(1) as CNT from hw.test_tmp3 group by code order by count(1) desc
) where rownum<=8 ;
得出top 8 的value 總行數有187 , 佔用百分比為: 187/192 = 0.9739
1-1/n = 1-1/8 = 0.875 < 0.9739
顯然,滿足第二個條件,其他1,3條件也是滿足的,所以生成了top frequency histogram.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-1128170/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 12C新特性-History命令Oracle
- Oracle 12C新特性In-MemoryOracle
- Oracle 12c 兩個新特性Oracle
- Oracle 12c新特性--ASMFD(ASM Filter Driver)特性OracleASMFilter
- Oracle 12C新特性-RMAN恢復表Oracle
- Oracle 12c新特性---Rapid Home Provisioning (RHP)OracleAPI
- Oracle 12C新特性-資料泵新引數(LOGTIME)Oracle
- [20190703]12c Hybrid histogram.txtHistogram
- Oracle 12C新特性-資料泵新引數(VIEWS_AS_TABLES)OracleView
- Oracle 12c 新特性之臨時Undo--temp_undo_enabledOracle
- Oracle 12C R2新特性-本地UNDO模式(LOCAL_UNDO_ENABLED)Oracle模式
- ORACLE 12C 優化器的一些新特性總結(二)Oracle優化
- ORACLE 12C 優化器的一些新特性總結(一)Oracle優化
- 12c RMAN新特性之Recover Table
- Oracle 12c新特性--LREG程式專門負責註冊例項服務Oracle
- Oracle 12C新特性-線上把非分割槽錶轉為分割槽表Oracle
- 【12.2】Oracle 12C R2新特性-外部表支援分割槽了(Partitioning External Tables)Oracle
- MySQL8.0 新特性 top10MySql
- [20190718]12c rman新特性 表恢復.txt
- 【12c】12c RMAN新特性之recover table(表級別恢復)
- 12c新特性,線上move資料檔案
- Oracle 12c的DG自動同步密碼檔案--ASM 新特性:共享密碼檔案Oracle密碼ASM
- 嚐鮮Oracle Database 12c的十二大新特性VKOracleDatabase
- Oracle merge 與 PG新特性 UPSERTOracle
- css3 新特性CSSS3
- Vue3 新特性Vue
- SharePointV3 新特性
- CSS3新特性CSSS3
- 12C新特性___In-Memory列式儲存的總結
- 1 Oracle Database 19c 新特性OracleDatabase
- 12c DG新特性 - Active Data Guard Far Sync (Doc ID 2179719.1)
- lockdown profile 12c之後的許可權控制新特性
- 【DATAGUARD】Data Guard 12C 新特性:Far Sync Standby (Doc ID 2179719.1)
- Oracle12C新特性_DDL日誌Oracle
- Oracle 20C 多租戶_新特性Oracle
- LightDB 23.1相容Oracle新特性支援Oracle
- linux - word frequencyLinux
- Flutter Beta 3 新特性概覽Flutter
- css3新特性總結CSSS3