22 September 2026
55 new posts across 8 database and data engineering sources — 8 worth your time.
Mikhail Shytsko: Your Agent Is Reading Someone Else's Tenant
This post details a critical data leakage scenario where PgBouncer in transaction mode allowed one tenant to see another's data. It explains how session variables used for tenant identification persist across pooled connections, leading to cross-tenant access when a subsequent client assumes a clean state.
Planet PostgreSQL · 22 September 2026 · Read the original →
Christophe Pettus: 19th Nervous Breakdown
A post-mortem on the PostgreSQL 19 release cycle, which saw eight major features reverted or pulled just weeks before the freeze. It examines the breakdown in the review process and the technical debt incurred by landing complex features too late in the development window.
Planet PostgreSQL · 22 September 2026 · Read the original →
Blocking cutovers to save replication slots
PlanetScale explains their decision to intentionally block database cutovers when replication slots are at risk. The post outlines the trade-off between immediate availability and the long-term durability risks of primary-replica desynchronization in cloud-native environments.
PlanetScale · 22 September 2026 · Read the original →
The architecture of Neki
An architectural deep dive into Neki, a sharding solution for Postgres that enables massive scaling through a single connection string. It details how the system routes queries across sharded instances without requiring a fork or a wire-compatible reimplementation of the Postgres engine.
PlanetScale · 22 September 2026 · Read the original →
Ryan Booz: Postgres in Production Special Series: How to Query pg_stat_statements to Find Slow and Expensive Postgres Queries (Part 7)
This guide provides a production-ready methodology for using pg_stat_statements during active incidents. It focuses on the necessity of diffing snapshots to isolate performance during specific windows and comparing those results against pg_stat_activity to find expensive queries.
Planet PostgreSQL · 22 September 2026 · Read the original →
Replica-aware routing public beta
ClickHouse describes the implementation of replica-aware routing to solve stateful session issues. By pinning HTTP and native protocol requests to specific replicas, the system ensures that temporary tables and named sessions remain visible to follow-up queries in a distributed cluster.
ClickHouse · 22 September 2026 · Read the original →
Persistent Databases in the Browser with DuckDB-Wasm and OPFS
DuckDB explores the transition from manual IndexedDB serialization to using the Origin Private File System (OPFS) for browser-based persistence. It details how this modern browser API allows Wasm-based databases to achieve native-like storage performance without application-layer overhead.
DuckDB · 22 September 2026 · Read the original →
MongoDB Fixes Critical Security Flaws
MongoDB's `mongosh` 2.11.1 release includes fixes for critical security vulnerabilities, specifically CVE-2026-26278 affecting MONGODB-AWS auth and CVE-2026-26960 impacting the snippets feature. These updates address potential remote code execution and other security risks.
mongodb.com · 22 September 2026 · Read the original →
It seems we are still just finding new ways to manage the same old state.
8 stories, every Tuesday
Published here every week. Follow by RSS to get it as it lands.