Tags → #distributed-systems
2026
-
In a single database, prepared statements parse once. Behind many gateways that win quietly evaporates. How Multigres consolidates prepared statements so Postgres parses each one exactly once.
-
Most connection poolers do two jobs in one process. Multigres splits them: multigateway accepts clients, multipooler manages backends. This is why.
2025
-
Exploring VTOrc, the new Vitess-native orchestration tool that automates fault detection and repairs
-
An introduction to the technical side of B³ - where I share insights about distributed systems, HA patterns & all things code.