Introduction to Index Segments (24)

本文介绍了Oracle数据库中索引的管理方式,包括非分区索引和分区索引的特点,以及如何通过CREATE INDEX语句来创建索引,并设置存储参数以提高数据检索和存储效率。

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. 表和索引可以不在(最好不在)同一个表空间中

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-968785/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10599713/viewspace-968785/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值