# Scale non-blocking deployments with async Postgres across the platform

> We’ve added end-to-end async database support, including a complete async Postgres implementation, across Agents, Teams, AgentOS, Evals, and Knowledge.

- Published: 2025-10-15
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/scale-non-blocking-deployments-with-async-postgres-across-the-platform
- Markdown: https://agno-com-nine.vercel.app/articles/scale-non-blocking-deployments-with-async-postgres-across-the-platform.md

We’ve added end-to-end async database support, including a complete async Postgres implementation, across Agents, Teams, AgentOS, Evals, and Knowledge. This enables higher concurrency, lower tail latency under load, and better compatibility with modern async stacks — without rewriting your application logic. Teams can opt in via configuration to remove blocking I/O from critical paths.

**Details**

- End-to-end async persistence for Agents, Teams, AgentOS, Evals, and Knowledge
- Improves throughput for high-traffic and event-driven applications
- Simple configuration to adopt async DB while preserving the sync path

**Who this is for:** Platform teams operating high-concurrency services, multi-tenant systems, or latency-sensitive workloads.
