- Clustered index defines the way in which data is ordered physically on the disk. And there can only be one way in which you can order the data physically.
- Imagine if we have two clustered indexes on a single table – which index would determine the order in which the rows will be stored?
- Since the rows of a table can only be sorted to follow just one index, having more than one clustered index is not allowed.
Blog that contains articles about new technologies related or not with programming. I will describe and solves some problems that I encounter in my career. ASP .NET, AJAX, Javascript, C++, C# and SQL are some of the subjects that will appear.
22 January 2015
Why only one Clustered Index per table?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment