Mapping Table (233)
The mapping table is a heap-organized table that stores logical rowids of the
index-organized table. Specifically, each mapping table row stores one logical rowid
for the corresponding index-organized table row. Thus, the mapping table provides
one-to-one mapping between logical rowids of the index-organized table rows and
physical rowids of the mapping table rows.
A bitmap index on an index-organized table is similar to that on a heap-organized
table except that the rowids used in the bitmap index on an index-organized table are
those of the mapping table as opposed to the base table. There is one mapping table for
each index-organized table and it is used by all the bitmap indexes created on that
index-organized table.
In both heap-organized and index-organized base tables, a bitmap index is accessed
using a search key. If the key is found, the bitmap entry is converted to a physical
rowid. In the case of heap-organized tables, this physical rowid is then used to access
the base table. However, in the case of index-organized tables, the physical rowid is
then used to access the mapping table. The access to the mapping table yields a logical
rowid. This logical rowid is used to access the index-organized table.
Though a bitmap index on an index-organized table does not store logical rowids, it is
still logical in nature.
對映表
1. 是一個堆組織表,儲存的是索引組織表的邏輯 rowid
。也就是對映表在每一行中儲存索引組織表內相應行的邏輯 rowid
2. 每個索引組織表只需要一個對映表,建立在索引組織表上的多個點陣圖索引可以共享同一個對映表
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-983121/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MAPPING TABLE 的作用APP
- GoldenGate "Error mapping from table.a to table.a"錯誤測試GoErrorAPP
- 233
- ORA-06521:執行dbms_stats.gather_table_stats報Error mapping functionErrorAPPFunction
- 233. Number of Digit OneGit
- Elasticsearch MappingElasticsearchAPP
- 管理mappingAPP
- ElasticSearch(二):MappingElasticsearchAPP
- Codeforces Round #233 (Div. 2) A、Pages
- ElasticSearch 中的 MappingElasticsearchAPP
- 關於servlet mappingServletAPP
- Elasticsearch實踐(三):MappingElasticsearchAPP
- 輿情繫統mappingAPP
- 數倉建模—ID MappingAPP
- Elasticsearch Mapping型別修改ElasticsearchAPP型別
- 數字中的1——leetcode233LeetCode
- Error:(233, 25) java: 找不到符號 位置 類ErrorJava符號
- 一週開源新聞:systemd 233 釋出
- ElasticSearch7.3 學習之Mapping核心資料型別及dynamic mappingElasticsearchAPP資料型別
- 拆分Table 為Partition Table
- CodeForces 233B. Non-square Equation【狀壓】
- Oracle 11G OCP 1Z0-053 233Oracle
- [論文閱讀] Hector MappingAPP
- 關於castor的xml mappingASTXMLAPP
- 44_初識搜尋引擎_mapping的核心資料型別以及dynamic mappingAPP資料型別
- [Oracle] Partition table exchange Heap tableOracle
- html~table、table cell的使用HTML
- 如何修改table及partitions Table
- table
- Codeforces Round #233 (Div. 2) B. Red and Blue Balls
- 惠普208/232/233國產硒鼓加粉影片
- 惠普208/232/233更換國產硒鼓影片
- User defined table type and table valued parameters
- ES Mapping ,1 欄位型別APP型別
- 物件對映 - Mapping.Mapster物件APP
- Hibernate in Action: Practical Object/Relational MappingObjectAPP
- osg使用整理(10):Shadow MappingAPP
- Lecture 05 Real-time Environment MappingAPP