Bitmap Index Example (223)
eg :婚姻狀態 (已婚 ,未婚 ,離婚),地區 (中部 ,西部 ,東部)
建立在婚姻狀態列上的點陣圖索引將包含3個位 ,對應的每條記錄為0或者1
在低基數上建立點陣圖索引 ,在查詢中使用AND , OR將顯著提高效能
SELECT COUNT(*) FROM CUSTOMER
WHERE MARITAL_STATUS = 'married' AND REGION IN ('central','west');[@more@]
建立在婚姻狀態列上的點陣圖索引將包含3個位 ,對應的每條記錄為0或者1
在低基數上建立點陣圖索引 ,在查詢中使用AND , OR將顯著提高效能
SELECT COUNT(*) FROM CUSTOMER
WHERE MARITAL_STATUS = 'married' AND REGION IN ('central','west');[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-982967/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Bitmap IndexIndex
- bitmap join indexIndex
- CREATE BITMAP INDEXIndex
- b+ and bitmap indexIndex
- B-tree and Bitmap IndexIndex
- [轉載]oracle_Bitmap IndexOracleIndex
- oracle 點陣圖索引(bitmap index)Oracle索引Index
- 點陣圖索引:原理(BitMap index)索引Index
- 點陣圖索引(bitmap-index)索引Index
- B-index、bitmap-index、text-index使用場景詳解Index
- 點陣圖索引(Bitmap Index)——索引共用索引Index
- Bitmap Indexes on Index-Organized Tables (232)IndexZed
- bitmap index點陣圖索引系列(一)Index索引
- PostgreSQL DBA(119) - pgAdmin(LIMIT:Index Scan vs Bitmap Index Scan)SQLMITIndex
- zt_深入理解bitmap index點陣圖索引Index索引
- 【Bitmap Index】B-Tree索引與Bitmap點陣圖索引的鎖代價比較研究Index索引
- bitmap join index ---資料倉儲優化方法之一Index優化
- Data Warehourse Guide閱讀筆記(五):Bitmap join indexGUIIDE筆記Index
- oracle10g r2_sql tuning_bitmap index點陣圖索引_index效能小測試OracleSQLIndex索引
- 點陣圖索引(Bitmap Index)——從B*樹索引到點陣圖索引索引Index
- Spark exampleSpark
- oracle exampleOracle
- 點陣圖索引(Bitmap Index)——點陣圖索引與資料DML鎖定索引Index
- An example of polybase for OracleOracle
- angular 2 by exampleAngular
- Oracle By Example (OBE)Oracle
- simd example code
- ABC 223 覆盤
- 關於B*tree索引(index)的中度理解及bitmap 索引的一點探究(zt)索引Index
- bitmap
- BITMAP索引的INLIST ITERATOR與BITMAP OR索引
- An example about git hookGitHook
- react router animation exampleReact
- An Example of How Oracle WorksOracle
- [Typescript] Query builder exampleTypeScriptUI
- c# svg轉Bitmap Bitmap轉ImageSourceC#SVG
- Jedis bitmap
- A example that using JQuery clonejQuery