Should a Sequential Guid primary key column be a clustered index?
问题 The goal of using a sequential guid is so you can use clustered indexes without the high levels of fragmentation that would normally exist in a clustered index if it was a regular guid, correct? 回答1: Yes, you are correct. 回答2: First to clarify, a primary key and clustered index are 2 separate and distinct things, i.e. one is not coupled to the other (PKs can be nonclustered, clustered indexes can be non-PKs). That given, I think you're asking more "Should a Sequential GUID be used as a