【问题标题】:index in oracle, clustered or unclustered [duplicate]oracle中的索引,集群或非集群[重复]
【发布时间】:2011-09-12 13:50:37
【问题描述】:

可能重复:
Is an index clustered or unclustered in Oracle?

我有一个包含 3 个导入键的表,每个表都有一个索引,我如何验证索引的类型?如果它是聚集索引(因此索引指向的数据是有序的)还是非聚集索引? 谢谢。

【问题讨论】:

    标签: oracle indexing clustered-index


    【解决方案1】:

    Oracle 没有“聚集索引”(至少不是这个术语的使用方式,例如在 SQL Server 中)

    最接近聚集索引的是 Oracle 中的索引组织表。

    【讨论】:

      猜你喜欢
      • 2015-03-14
      • 2014-08-19
      • 1970-01-01
      • 2011-11-28
      • 2012-05-29
      • 1970-01-01
      • 1970-01-01
      • 2020-08-08
      • 1970-01-01
      相关资源
      最近更新 更多