0
votes
Is there a .NET equalent to SQL Servers newsequentialid()
I've been lead to believe that random Guids can be beneficial to performance in some use cases. Apparently inserting to random pages can avoid contention that would otherwise occur in the end page …
