UUID v7 coming in .NET 9
UUID v7 coming in .NET 9 For those that didn’t know, you can create Guids in different ways (algorithms). System.Guid supports UUID v4 out-of-the-box, the most used version. UUID v7 is now added, which creates Guids based on the current time. This means Guids can be sorted, which is more index friendly for databases (=faster). […]
Published on:
Learn more