Skip to content
Discussion options

You must be logged in to vote

For teams running Neon in production at scale, the compute–storage separation model provides flexibility but introduces subtle trade-offs.

→ High connection churn: Workloads like multi-tenant SaaS or ephemeral queries add overhead because each compute node must attach to the shared storage layer and rebuild page caches.
→ Low-latency OLTP impact: Even small network round-trips between compute and storage can accumulate, affecting response times.
→ Analytical workloads: Large sequential scans may be slower since data is fetched over the network rather than from local disk, limiting throughput.
→ Cold-start penalties: When a compute node spins up or attaches to a timeline, cache warming and…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jeet-dev111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants