Technical Glossary
Neon Serverless PostgreSQL
Exact Definition
Neon is a serverless PostgreSQL platform that separates storage from compute, enabling instant database branching, autoscaling to zero during idle periods, and scale-on-demand without manual instance sizing.
Architectural Deep Dive
Traditional PostgreSQL instances run 24/7 regardless of query volume. Neon's architecture separates the storage layer (S3-backed) from the compute layer (ephemeral pods), allowing databases to scale to zero during idle periods (reducing cost to near zero) and scale up instantly on demand. Neon's branching feature creates instant copy-on-write database clones for staging environments and CI pipeline testing — without the cost or time of traditional database dumps.
The ERPStack Approach
We use Neon serverless PostgreSQL for all staging environments and CI pipeline database branches, reducing infrastructure costs by 80% vs. always-on RDS instances while maintaining production parity.