问题
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