How to create cluster index in Oracle

元气小坏坏 提交于 2020-01-07 07:44:13

问题


I search many links on google to find out how to create cluster index in oracle but none were satisfactory in explaining. Can anybody please explain how to achieve this in oracle.


回答1:


An equivalent to a SQL Server Cluster Index in Oracle would be an Index Organized Table. Here is some info: http://use-the-index-luke.com/sql/clustering/index-organized-clustered-index



来源:https://stackoverflow.com/questions/37610771/how-to-create-cluster-index-in-oracle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!