Does index choice have an impact on performance of a create table statement? E.g. if I have a create a table with data with a single column non-unique primary index, will that statement run faster than the same create statement with a multi column unique primary index? Does skewness impact performance of a create table statement?
Forums: