Databases

4 posts
All Categories

Browse all articles in this category

November 1, 2025
5946 words · 34 minutes

Common Table Expressions: The SQL Feature Your ORM Is Hiding From You

From forgotten SQL clauses to modern ORM support, CTEs trace the slow alignment between database capability and developer tooling — a shift still in progress.

Common Table Expressions: The SQL Feature Your ORM Is Hiding From You
October 25, 2025
1498 words · 9 minutes

PostgreSQL to Billions: The Architecture Migration Nobody Talks About

When your RAG app hits 5 million documents, simple PostgreSQL fails to scale and gets expensive. This article details the pragmatic migration to an affordable hybrid architecture to efficiently handle hundreds of millions of vectors.

PostgreSQL to Billions: The Architecture Migration Nobody Talks About