Distributed databases generally fall into two camps when it comes to architectures for maintaining high availability (HA) [1]. Both…| Medium
Neon is a single writer, multiple readers, and multi-tenant system that runs in Kubernetes containers. The two cornerstones of Neon’s architecture are: In a previous article, I talked about architectural decisions and the reasons behind them. In this article, we take a closer look at the storage engine. Separation of Compute and Storage Traditionally, databases […]| Neon