- Published on
A Clustered Index controls the physical order of data in a table, making range queries and sorting extremely fast. It organizes rows on disk by the index key and is usually the primary key, with only one clustered index allowed per table.