Hi Everyone:
I have a table, which use Uniqueidentifier as a Primary Key. Currently, I have two indexes on the table, one is clustered Index on the PK and the other is nonclustered composite index, which covers the rest of columns in the table....As I have learned that Setting Clustered Index on GUID could affect the performance, but I don't have another column which can be indexed...I am wondering if I can just set my composite index as clustered and leave GUID(PK) without index....Can anyone kindly give me some suggestion on this and what other choices I have? Thanks alot...
I have a table, which use Uniqueidentifier as a Primary Key. Currently, I have two indexes on the table, one is clustered Index on the PK and the other is nonclustered composite index, which covers the rest of columns in the table....As I have learned that Setting Clustered Index on GUID could affect the performance, but I don't have another column which can be indexed...I am wondering if I can just set my composite index as clustered and leave GUID(PK) without index....Can anyone kindly give me some suggestion on this and what other choices I have? Thanks alot...