Skip to content

Commit a079962

Browse files
committed
Publish: Ulid exception mitigation
1 parent 2fc766c commit a079962

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

content/blog/2025/20250422_ulid-why-increment-timestamp/header.png renamed to content/blog/2025/20250619_ulid-why-increment-timestamp/header.png

File renamed without changes.

content/blog/2025/20250422_ulid-why-increment-timestamp/index.md renamed to content/blog/2025/20250619_ulid-why-increment-timestamp/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
title: "Prioritizing Reliability When Milliseconds Aren't Enough"
3-
date: 2025-04-22
3+
date: 2025-06-19
44
image: header.png
55
series: ["ByteAether.Ulid"]
66
tags: ["ULID", "UUID", "GUID", "ID", "Performance"]
7-
draft: true
87
---
98

109
Universally Unique Lexicographically Sortable Identifiers (ULIDs) represent a significant advancement over traditional UUIDs, offering guaranteed uniqueness (within practical limits), natural sortability by time, and a concise, URL-friendly format. These features make them highly suitable for diverse applications, including database keys, distributed tracing, and event identifiers. While the intricacies of ID generation might seem like a deep concern primarily for high-throughput systems, understanding the underlying design choices is valuable for all developers leveraging such libraries.

0 commit comments

Comments
 (0)