- 最后登录
- 2014-12-19
- 在线时间
- 125 小时
- 威望
- 0
- 金钱
- 2090
- 注册时间
- 2013-8-22
- 阅读权限
- 10
- 帖子
- 53
- 精华
- 0
- 积分
- 0
- UID
- 1195
|
1#
发表于 2013-11-1 13:51:43
|
查看: 3560 |
回复: 2
在官方文档
"Managing Partitioned Table and Indexes"中有一段话如下:
A local index is constructed so that it reflects the structure of the underlying table. It is equipartitioned with the underlying table, meaning that it is partitioned on the same columns as the underlying table, creates the same number of partitions or subpartitions, and gives them the same partition bounds as corresponding partitions of the underlying table. For local indexes, index partitioning is maintained automatically when partitions are affected by maintenance activity. This ensures that the index remains equipartitioned with the underlying table.
对于这个部分不是很清楚,请前辈指点! |
|