Introduction to Index Segments (24)
Every nonpartitioned index in an Oracle database has a single index segment to hold
all of its data. For a partitioned index, every partition has a single index segment to
hold its data.
Oracle creates the index segment for an index or an index partition when you issue the
CREATE INDEX statement. In this statement, you can specify storage parameters for
the extents of the index segment and a tablespace in which to create the index
segment. (The segments of a table and an index associated with it do not have to
occupy the same tablespace.) Setting the storage parameters directly affects the
efficiency of data retrieval and storage.
1. 非分割槽索引,有單獨的索引段
2. 分割槽索引,有單獨的索引段
3. 使用CREATE INDEX時,建立索引段
4. 使用CREATE INDEX時,可以指定其儲存引數 , 這些引數直接影響資料提取和儲存的效率
5. 表和索引可以不在(最好不在)同一個表空間中
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-968785/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Segments 教程
- Trees and Segments
- Overview of Segments (22)View
- types of undo segments(ZT)
- Intensity Segments問題
- Introduction to AlgorithmGo
- Introduction to GitGit
- RL Introduction
- Dba_segments詳解
- Operations that Require Temporary Segments (26)UI
- E. Boring Segments
- TLS 1.3 IntroductionTLS
- nodejs introductionNodeJS
- Chapter 1:IntroductionAPT
- Introduction to Partitioning
- No Sql Db IntroductionSQL
- Hadoop IntroductionHadoop
- Introduction to Databases and MySQLDatabaseMySql
- Oracle RAC introductionOracle
- HTML 01 - IntroductionHTML
- Introduction to Vetors
- 7 、shrink table and its dependent segments
- Allocation of Temporary Segments for Temporary Tables and Indexes (28)Index
- Introduction of DataGuard protection mode
- A re-introduction to JavaScriptJavaScript
- [zz]android introductionAndroid
- FFmpeg Filtering IntroductionFilter
- 查詢DBA_SEGMENTS,bytes=0
- dba_segments之segment_type='TEMPORARY'
- CF1843E Tracking Segments
- 1 Introduction to the Multitenant ArchitectureNaN
- Machine Learning-IntroductionMac
- A gentle introduction to multithreadingthread
- Introduction to ASP.NET 5ASP.NET
- An Introduction to the Basics of Modern CSS ButtonsCSS
- Introduction to Node.js(2)Node.js
- Introduction to Node.js(1)Node.js
- Introduction to an Oracle Instance (284)Oracle