Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/writing/das-problem-mit-german-strings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Das Problem mit German Strings"
date: 2025-08-26T00:00:00Z
draft: false
tags: ["databases", "performance", "storage", "optimization"]
originalPost:
site: "Polar Signals"
url: "https://www.polarsignals.com/blog/posts/2025/08/26/das-problem-mit-german-strings"
---

An exploration of string encoding in databases, specifically examining "German strings" and why database systems should not automatically choose encoding without considering specific use cases and workload characteristics.

German strings are generally a great encoding choice, but not always. Context matters when it comes to selecting the optimal string encoding strategy for your database workload.