Using Partitioned Indexes in OLTP Applications
Here are a few guidelines for OLTP applications:
■ Global indexes and unique, local indexes provide better performance than
nonunique local indexes because they minimize the number of index partition
probes.
■ Local indexes offer better availability when there are partition or
subpartition maintenance operations on the table.
■ Hash-partitioned global indexes offer better performance by spreading out
contention when the index is monotonically growing. In other words, most of the
index insertions occur only on the right edge of an index.
全域性索引和唯一的本地索引比非唯一的本地索引能提供更加好的效能
雜湊分割槽全域性索引能提供更加好的效能於索引單一增長的情況
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1002306/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Using Partitioned Indexes in Data Warehousing and DSS ApplicationsIndexAPP
- Overview of Partitioned IndexesViewIndex
- Local Partitioned IndexesIndex
- Global Range Partitioned IndexesIndex
- Global Hash Partitioned IndexesIndex
- Maintenance of Global Partitioned IndexesAINaNIndex
- Partitioned Indexes on Composite PartitionsIndex
- Bitmap Indexes on Partitioned Tables (225)Index
- Miscellaneous Information about Creating Indexes on Partitioned TablesORMIndex
- 關於分割槽表和分割槽索引(About Partitioned Tables and Indexes)索引Index
- using-fastcgi-to-host-php-applications-on-iis7ASTPHPAPP
- Build Desktop Applications Using Node.JSUIAPPNode.js
- Using SQLite in your Windows 8 Metro style applicationsSQLiteWindowsAPP
- [20130812]12c Partial Indexes For Partitioned Tables Part I.txtIndex
- [20130812]12c Partial Indexes For Partitioned Tables Part II.txtIndex
- Partitioned Linux Block Devic Using UDEV And Assign Them To ASM_1528148.1LinuxBloCdevASM
- best practice of rebuild your partition table local index online by using: "update indexes"RebuildIndex
- Using Distributed AD in Applications Release 11.5. (文件 ID 236469.1) - 2APP
- TNS-12535 Unable To Connect To Remote Database using certain ApplicationsREMDatabaseAIAPP
- Oracle Partitioned TablesOracle
- Convert Range-Partitioned Table To Interval-Range-Partitioned Table
- partitioned by timestamp datatype
- Partitioned Tables (165)
- Rebuild IndexesRebuildIndex
- ORACLE INDEXESOracleIndex
- Create Reference-Partitioned Tables
- sysbench測試mysql oltpMySql
- Oracle - Tables/IndexesOracleIndex
- Reverse Key IndexesIndex
- ORACLE -> NULL & INDEXESOracleNullIndex
- Global Nonpartitioned IndexesIndex
- Extents in Indexes (19)Index
- Oracle Partitioned Table:exchange的利用Oracle
- How to partition a non-partitioned table
- HOW TO INTEGRATE APPLICATIONS RELEASE 11 WITH CUSTOM APPLICATIONSAPP
- 翻譯(九)——Clustered Indexes: Stairway to SQL Server Indexes Level 3IndexAISQLServer
- Applications 5APP
- olap和oltp的區別