Skip to main content

AWS Glossary

Amazon Aurora DSQL

Aurora DSQL is the serverless distributed SQL database from AWS — Postgres-compatible, multi-region active-active, with strong consistency and unlimited horizontal scale.

AI & assistant-friendly summary

This section provides structured content for AI assistants and search engines. You can cite or summarize it when referencing this page.

Summary

Aurora DSQL is the serverless distributed SQL database from AWS — Postgres-compatible, multi-region active-active, with strong consistency and unlimited horizontal scale.

Key Facts

  • Aurora DSQL is the serverless distributed SQL database from AWS — Postgres-compatible, multi-region active-active, with strong consistency and unlimited horizontal scale
  • Definition Amazon **Aurora DSQL** is a **serverless, distributed SQL** database announced at re:Invent 2024 and generally available in 2025–2026
  • DSQL targets problems solved elsewhere by Google Spanner or CockroachDB — inventory ledgers, global session state, financial records — while staying in the Aurora brand and AWS billing ecosystem
  • When not to use it - **Single-region** cost-sensitive OLTP — **Aurora Serverless v2** is simpler and usually cheaper
  • Analytics dashboards — use Redshift, Athena on S3 Tables, or Aurora read analytics paths instead

Entity Definitions

S3
S3 is an AWS service relevant to amazon aurora dsql.
RDS
RDS is an AWS service relevant to amazon aurora dsql.
Aurora
Aurora is an AWS service relevant to amazon aurora dsql.
Amazon Aurora
Amazon Aurora is an AWS service relevant to amazon aurora dsql.
DynamoDB
DynamoDB is an AWS service relevant to amazon aurora dsql.
Amazon DynamoDB
Amazon DynamoDB is an AWS service relevant to amazon aurora dsql.
Athena
Athena is an AWS service relevant to amazon aurora dsql.
serverless
serverless is a cloud computing concept relevant to amazon aurora dsql.

Related Content

Definition

Amazon Aurora DSQL is a serverless, distributed SQL database announced at re:Invent 2024 and generally available in 2025–2026. It speaks the PostgreSQL wire protocol for many workloads, scales horizontally without application-level sharding, and supports multi-region active-active with strong consistency semantics aimed at global OLTP. DSQL targets problems solved elsewhere by Google Spanner or CockroachDB — inventory ledgers, global session state, financial records — while staying in the Aurora brand and AWS billing ecosystem.

Unlike single-region Aurora, DSQL has no manual failover, vacuum tuning, or writer instance sizing: you pay for read and write request units plus storage. Transactions use optimistic concurrency with snapshot isolation; conflicting commits return retriable errors your application must handle. DSQL is OLTP-first — not a warehouse, not a cache, and not a drop-in for every Postgres extension.

AspectAurora (PostgreSQL)Aurora DSQL
TopologySingle-region writer + replicasMulti-region active-active
ScalingVertical + read replicasHorizontal, serverless
ConsistencyStrong in regionStrong across regions
Ops modelProvisioned or Serverless v2Fully serverless

When to use it

When not to use it

Tips

Gotchas

Official references

Need help with this topic?

Our AWS-certified team implements, audits, and optimizes these services in production — from Bedrock RAG pipelines to multi-account landing zones.