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
The idea behind Neon is to create a new serverless Postgres service with a modern cloud-native architecture. When building for the cloud it usually is a good idea to separate storage and compute. For operational databases such design was first introduced by AWS Aurora 1, followed by many others 2 3, however none of the implementations were […]| Neon