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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 233
- Elasticsearch MappingElasticsearchAPP
- ElasticSearch(二):MappingElasticsearchAPP
- ElasticSearch 中的 MappingElasticsearchAPP
- 數字中的1——leetcode233LeetCode
- 輿情繫統mappingAPP
- 數倉建模—ID MappingAPP
- Elasticsearch實踐(三):MappingElasticsearchAPP
- Elasticsearch Mapping型別修改ElasticsearchAPP型別
- ElasticSearch7.3 學習之Mapping核心資料型別及dynamic mappingElasticsearchAPP資料型別
- NVSU233B,深圳沃客密科技,NVSU233B大功率UVLED燈(圖文介紹)
- create table,show tables,describe table,DROP TABLE,ALTER TABLE ,怎麼使用?
- Core Animation Programming Guide Mind MappingGUIIDEAPP
- osg使用整理(10):Shadow MappingAPP
- ABP AutoMapper與自定義MappingAPP
- 物件對映 - Mapping.Mapster物件APP
- [論文閱讀] Hector MappingAPP
- 44_初識搜尋引擎_mapping的核心資料型別以及dynamic mappingAPP資料型別
- Error:(233, 25) java: 找不到符號 位置 類ErrorJava符號
- 惠普208/232/233國產硒鼓加粉影片
- 惠普208/232/233更換國產硒鼓影片
- Solon MVC 的 @Mapping 用法說明MVCAPP
- Lecture 05 Real-time Environment MappingAPP
- ES Mapping ,1 欄位型別APP型別
- 【躍遷之路】【474天】刻意練習系列233(2018.05.25)
- table
- 【ElasticSearch】ElasticSearch 7.x 預設不在支援指定索引型別 Failed to parse mapping [_doc]: Root mapping definitioElasticsearch索引型別AIAPP
- Elasticsearch核心技術(三):Mapping設定ElasticsearchAPP
- PostgreSQL 原始碼解讀(233)- 查詢#126(NOT IN實現#4)SQL原始碼
- MySQL:Analyze table導致'waiting for table flush'MySqlAI
- Sparse Table
- 異常 This application has no explicit mapping for /error so yAPPError
- SAPCRMOneorder裡userstatus和systemstatus的mapping邏輯APP
- 64_索引管理_mapping root object深入剖析索引APPObject
- MySQL:Table_open_cache_hits/Table_open_cache_misses/Table_open_cache_overflowsMySql
- SQLAlchemy Table(表)類方式 – Table類和Column類SQL
- DEG:2018年家庭娛樂支出達到233億美元
- IATA:2023年航空業稅後淨利潤達233億美元
- Oracle 12C Database File Mapping for Oracle ASM FilesOracleDatabaseAPPASM