- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.3k
Open
Description
There's a report that our current client-side sequential GUIDs generator for SQL Server doesn't work well for concurrent environments; #30753 was opened to consider switching to server-generated GUIDs instead, as a way of mitigating that.
However, @JackTrapper posted an analysis in #30753 (comment), according to which the issue could be mitigated by improving the client-side generation logic instead. If this indeed makes our client-generated GUIDs as indexing-efficient as server-side ones generated via NEWSEQUENTIALID, that would be a good improvement that should also maintain EF backwards compatibility.
bbrandt, cremor, Varorbc, 0xfeeddeadbeef, kapsiR and 1 morebbrandt