Speeding index creation with sorted_data

If data is already sorted, you can use the sorted_data option for the create index command to save index creation time. You can use this option for both clustered and nonclustered indexes.

See “Creating an index on sorted data” for more information.