在oracle数据库中能否对索引进行分区

更新时间:02-11 教程 由 扶南 分享

在oracle数据库中能否对索引进行分区?

oracle创建组合分区索引如下:

createindexidx_enameont_jc_cf(字段)

local

(

partitionp0810tablespaceusers,

partitionp0901tablespaceusers,

partitionp0904tablespaceusers,

partitionp0907tablespaceusers,

partitionp0910tablespaceusers,

partitionpmaxtablespaceusers

)

分区索引总结;分区索引分为2类:

1、global,它必定是prefix的。不存在non-prefix的

2、local,它又分成2类:

2.1、prefix:索引的第一个列等于表的分区列。

2.2、non-prefix:索引的第一个列不等于表的分区列。

声明:关于《在oracle数据库中能否对索引进行分区》以上内容仅供参考,若您的权利被侵害,请联系13825271@qq.com
本文网址:http://www.25820.com/tutorial/14_2183213.html