[英]Partitioning and Indexes in Oracle
I have converted a non-partitioned table into a partitioned table where I used Partition By List. 我已将非分区表转换为分区表,并在其中使用了按列表分区。 The original non-partitioned includes the column I used as partition key in one of its indexes.
原始的非分区包括我用作其索引之一的分区键的列。 I would like to ask what is the best way to maximize the benefit of using partitioned table in terms of defining their indexes?
我想问一下在定义索引方面最大程度地利用分区表的好处的最佳方法是什么? Do I need to create global versus local indexes?
我需要创建全局索引还是局部索引吗?
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.