# Scaling serverless Postgres: How we implement autoscaling

DevFeed: [Scaling serverless Postgres: How we implement autoscaling](<https://devfeed.tech/articles/scaling-serverless-postgres-how-we-implement-autoscaling-5780.md>)

Original publisher: [Read original article](<https://neon.com/blog/scaling-serverless-postgres>)

Author: Em Sharnoff

Published: 2023-03-29T09:25:39Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Database](<https://devfeed.tech/topics/database.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [App](<https://devfeed.tech/topics/app.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost](<https://devfeed.tech/tags/cost.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [feature](<https://devfeed.tech/tags/feature.md>), [load](<https://devfeed.tech/tags/load.md>), [memory](<https://devfeed.tech/tags/memory.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [scale](<https://devfeed.tech/tags/scale.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [storage](<https://devfeed.tech/tags/storage.md>), [technical](<https://devfeed.tech/tags/technical.md>)

## AI overview

This developer article explains Neon's Feature-Preview autoscaling for serverless Postgres. It describes how CPU and memory are automatically adjusted according to database load, the benefits for changing workloads, and the architectural separation between compute endpoints and storage.

## Source excerpt

We're excited to announce the release of autoscaling in Feature-Preview! This feature allows your database to accommodate varying workloads and meet your application's demand. In this blog post, we'll explore the concept of autoscaling and share the technical details of how we've...