Skip to content

Commit 5ad1677

Browse files
committed
Update Post.md
1 parent 4c0cb18 commit 5ad1677

File tree

1 file changed

+1
-1
lines changed
  • docs/en/Community-Articles/2025-10-03-Generating-Sequential-GUIDs

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sure, you could switch to int or long identity columns, but then you lose the di
1717

1818
## Sequential GUIDs to the Rescue
1919

20-
Sequential GUIDs keep the uniqueness but add a predictable ordering component, usually by embedding a timestamp in part of the GUID.This means:
20+
Sequential GUIDs keep the uniqueness but add a predictable ordering component, usually by embedding a timestamp in part of the GUID. This means:
2121

2222
* Inserts happen at the “end” of the index, not all over the place.
2323

0 commit comments

Comments
 (0)