Q:每个分区的本地索引分区和数据分区能否处于同一表空间中?
Q: Can the local index partition and data partition be in the same table space for each partition?
如同其所基于的表一样,本地索引也进行了分区。
Local indexes are partitioned in the same way as the table they are based on.
默认情况下,大部分用户所创建或者系统所创建的索引都创建为本地(或者分区)索引。
Most user-created and system-created indexes are created as local (or partitioned) by default.
应用推荐