Browse Source

Update Post.md

pull/23873/head
enisn 12 months ago
parent
commit
5ad167755c
No known key found for this signature in database GPG Key ID: A052619F04155D1C
  1. 2
      docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md

2
docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs/Post.md

@ -17,7 +17,7 @@ Sure, you could switch to int or long identity columns, but then you lose the di
## Sequential GUIDs to the Rescue
Sequential GUIDs keep the uniqueness but add a predictable ordering component, usually by embedding a timestamp in part of the GUID.This means:
Sequential GUIDs keep the uniqueness but add a predictable ordering component, usually by embedding a timestamp in part of the GUID. This means:
* Inserts happen at the “end” of the index, not all over the place.

Loading…
Cancel
Save