reverse index 反轉索引相關
Creating a reverse key index, compared to a standard index, reverses the bytes of each
column indexed (except the rowid) while keeping the column order. Such an arrangement can help avoid performance degradation with Real Application Clusters where modifications to the index are concentrated on a small set of leaf blocks. By reversing the keys of the index, the insertions become distributed across all leaf keys in the index.
把索引的欄位每個欄位反轉,反轉索引的目的就是消除熱點塊,提高併發
區別於
DESC (只是索引降序排列)
Use ASC
or DESC
to indicate whether the index
should be created in ascending or descending order. Indexes on character data
are created in ascending or descending order of the character values in the
database character set.
索引壓縮
Specify COMPRESS
to enable key compression, which eliminates
repeated occurrence of key column values and may substantially reduce storage.
Use integer
to specify the prefix length (number of prefix
columns to compress).
-
For unique indexes, the valid range of prefix length values is from 1 to the number of key columns minus 1. The default prefix length is the number of key columns minus 1.
-
For nonunique indexes, the valid range of prefix length values is from 1 to the number of key columns. The default prefix length is the number of key columns.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70612/viewspace-1023845/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle index索引相關筆記OracleIndex索引筆記
- python-reverse順序反轉Python
- Why would a reverse index be useful ?Index
- 關於轉儲Oracle索引資訊的相關命令Oracle索引
- mysql 索引相關MySql索引
- [轉]Mysql資料庫相關資料索引MySql資料庫索引
- index索引Index索引
- 有關Oracle Index 的三個問題-索引也有好壞(轉)OracleIndex索引
- 【C++】“反轉連結串列”相關的題目C++
- 說說MySQL索引相關MySql索引
- mysql相關內容索引MySql索引
- oracle相關內容索引Oracle索引
- 關於函式索引(function-based index)函式索引FunctionIndex
- REVERSE關鍵字之REVERSE函式函式
- 分割槽索引之本地(local index)索引和全域性索引(global index)索引Index
- 索引相關知識回顧索引
- 系統相關內容索引索引
- Elasticsearch之索引模板index template與索引別名index aliasElasticsearch索引Index
- 跳躍式索引(Skip Scan Index)淺析 - 轉索引Index
- reverse index 對於 MAX/MIN操作的影響Index
- Mysql——index(索引)使用MySqlIndex索引
- oracle index索引原理OracleIndex索引
- mysql 索引( mysql index )MySql索引Index
- index block split相關一些知識IndexBloC
- 面試小知識:MySQL索引相關面試MySql索引
- PostgreSQL叢集方案相關索引頁SQL索引
- [轉]andriod的apk檔案相關的編譯反編譯工具APK編譯
- 點陣圖索引(Bitmap Index)——索引共用索引Index
- [20120117]函式反轉字串reverse.txt函式字串
- 【INDEX】Postgresql索引介紹IndexSQL索引
- pandas(3):索引Index/MultiIndex索引Index
- MySQL索引分類及相關概念辨析MySql索引
- 關於B*tree索引(index)的中度理解及bitmap 索引的一點探究(zt)索引Index
- 唯一性索引(Unique Index)與普通索引(Normal Index)差異(上)索引IndexORM
- 唯一性索引(Unique Index)與普通索引(Normal Index)差異(中)索引IndexORM
- 唯一性索引(Unique Index)與普通索引(Normal Index)差異(下)索引IndexORM
- 【優化】使用反向索引(Reverse Key Indexes)減少索引熱點塊優化索引Index
- [BUG反饋]get_cover函式相關函式