Browse Source
Update docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23873/head
Enis Necipoglu
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md
|
|
|
@ -74,7 +74,7 @@ public class MyProductService : ITransientDependency |
|
|
|
|
|
|
|
No `Guid.NewGuid()` here, `_guidGenerator.Create()` gives you a sequential GUID every time. |
|
|
|
|
|
|
|
## Benefits of Squential GUIDs |
|
|
|
## Benefits of Sequential GUIDs |
|
|
|
|
|
|
|
Let’s say you’re inserting 1M rows into a table with a clustered primary key: |
|
|
|
|
|
|
|
|