Performance and Storage Considerations (217)
Key compression can lead to a huge saving in space, letting you store more keys in
each index block, which can lead to less I/O and better performance.
Although key compression reduces the storage requirements of an index, it can
increase the CPU time required to reconstruct the key column values during an index
scan. It also incurs some additional storage overhead, because every prefix entry has
an overhead of 4 bytes associated with it.
效能以及儲存上的考慮
1. 可以在索引塊中儲存跟過的索引鍵 ,減少I/O ,提高效能 ,節省空間
2. 當執行索引掃描時 ,要重構鍵值 ,因此增加了 CPU 的負擔
3. 鍵壓縮也會導致額外的儲存開銷 ,因為每個字首需要4位元組的管理開銷
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-982905/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Performance Considerations of FORCE LOGGING Mode (84)ORMIDE
- IBM POWER7 AIX and Oracle Database performance considerations-10g&11g_1507249.1IBMAIOracleDatabaseORMIDE
- IBM POWER7 AIX and Oracle Database performance considerations--10g&11g_1507249.1IBMAIOracleDatabaseORMIDE
- Day 217:深度工作(2)
- SAP KANBAN and Implementation ConsiderationsIDE
- Data Warehousing Considerations (245)IDE
- The Storage Situation: Removable StorageREM
- Codeforces Round #217 (Div. 2)
- Codeforces Round #217前三題
- leetcode 第 217 場周賽(vivo)LeetCode
- performance of the databaseORMDatabase
- storage事件中的坑,storage.setItem()無法觸發storage事件事件
- Database StorageDatabase
- 演算法筆記_217:黑洞數(Java)演算法筆記Java
- MySQL Performance SchemaMySqlORM
- Website Performance OptimizationWebORM
- Oracle Performance ChecklistOracleORM
- SQL Performance AnalyzerSQLORM
- to improve sqlite performanceSQLiteORM
- JavaScript storage 事件JavaScript事件
- Web Storage概述Web
- Kafka Offset StorageKafka
- MySQL Storage EnginesMySql
- Physical Storage StructuresStruct
- Password Storage - UserDetailsAI
- Display Storage Map for Database | Tablespace | Datafile Storage_1377458.1Database
- Export/Import and NLS Considerations (此文章不錯,推薦)ExportImportIDE
- 217. Contains Duplicate--LeetCode RecordAILeetCode
- Oracle 11G OCP 1Z0-053 217Oracle
- Performance Without the Event LoopORMOOP
- Boost UDP Transaction PerformanceUDPORM
- oracle performance tunningOracleORM
- Oracle Performance Tune PlanOracleORM
- 設定performance模式ORM模式
- 【SQL Performance Analyzer】Oracle 11g SQL Performance Analyzer feature使用SQLORMOracle
- cookie、session、web storageCookieSessionWeb
- Docker storage儲存Docker
- Btree Index storage internalIndex