Main difference between clustered and non-clustered Indexes are-
clustered index describes the order of record that is physically stored on the disk and Non clustered index is use to define Logical order that does not match the physical order on disk.
Clustered indexes can be read rapidly or faster rather than non-clustered indexes.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Main difference between clustered and non-clustered Indexes are-
clustered index describes the order of record that is physically stored on the disk and Non clustered index is use to define Logical order that does not match the physical order on disk.
Clustered indexes can be read rapidly or faster rather than non-clustered indexes.