phatboyg/NewId

Performance issue with NewId for Primary key

meysamhadeli opened this issue · 1 comments

As in Doc mentioned, we have sequential Id with NewID. In the end, do we get generated sequential Id with ideal performance like int for cluster index?

NewId is designed for ordered insertion into uniqueidentifier primary keys that can be CLUSTERED. So yeah, in order is why NewId was designed, for use with SQL tables using UUID as the primary key.