oracle中的索引,聚簇索引还是非聚簇索引

发布于 2024-11-14 18:50:36 字数 278 浏览 4 评论 0原文

可能的重复:
Oracle 中的索引是聚簇索引还是非聚簇索引?

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

Possible Duplicate:
Is an index clustered or unclustered in Oracle?

i've a table with 3 imported key, there's an index for each of them, how can i verifity the type of index? If is it a clustered index (so the data pointed by index are ordered) or unclestered?
thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方。的韩爷 2024-11-21 18:50:36

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

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

Oracle does not have a "clustered index" (at least not the way this term is used e.g. in SQL Server)

The closest thing to a clustered index is an index organized table in Oracle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文