<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/aurora-dsql-scalable-multi-region-oltp-hwi0z9ubw" -->

---
title: Aurora DSQL: Scalable, Multi-Region OLTP | daily.dev
description: The Aurora DSQL team has published a comprehensive research paper on Arxiv covering the full architecture of Aurora DSQL, AWS&#x27;s scalable multi-region OLTP...
canonical: https://daily.dev/posts/aurora-dsql-scalable-multi-region-oltp-hwi0z9ubw
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Aurora DSQL: Scalable, Multi-Region OLTP | daily.dev
og:description: The Aurora DSQL team has published a comprehensive research paper on Arxiv covering the full architecture of Aurora DSQL, AWS&#x27;s scalable multi-region OLTP...
og:url: https://daily.dev/posts/aurora-dsql-scalable-multi-region-oltp-hwi0z9ubw
og:image: https://api.daily.dev/og/posts/HWI0Z9ubw.png
og:image:alt: Aurora DSQL: Scalable, Multi-Region OLTP
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Aurora DSQL: Scalable, Multi-Region OLTP

**[Marc Brooker](https://daily.dev/sources/brooker)** · 4 min read · 0 upvotes · 0 comments

## Summary

The Aurora DSQL team has published a comprehensive research paper on Arxiv covering the full architecture of Aurora DSQL, AWS's scalable multi-region OLTP database. The paper details query processing, transactions, replication, and the control plane in one place. Key highlights include the disaggregated architecture that separates replication from transaction isolation and storage, the use of Optimistic Concurrency Control (OCC) to prevent client blocking and avoid metastable failures, strongly consistent scalable reads, and pushing scan operations down to storage near local SSDs. The paper also argues that advances in time distribution, datacenter networking, and distributed protocols have made strong consistency the right default for cloud-scale systems, overturning earlier assumptions that eventual consistency was necessary for availability and latency goals.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <http://brooker.co.za/blog/2026/07/19/dsql-paper.html>

## Similar posts on daily.dev

- [Amazon Aurora DSQL is now available in Europe \(Frankfurt\)](https://daily.dev/posts/amazon-aurora-dsql-is-now-available-in-europe-frankfurt--vacfp5ri3) · AWS · 0 upvotes · 0 comments

---

[View this post on daily.dev](https://daily.dev/posts/aurora-dsql-scalable-multi-region-oltp-hwi0z9ubw)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Aurora DSQL: Scalable, Multi-Region OLTP","url":"https://daily.dev/posts/aurora-dsql-scalable-multi-region-oltp-hwi0z9ubw","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/aurora-dsql-scalable-multi-region-oltp-hwi0z9ubw"},"datePublished":"2026-07-20T16:33:21.437Z","dateModified":"2026-07-28T17:29:48.574Z","description":"The Aurora DSQL team has published a comprehensive research paper on Arxiv covering the full architecture of Aurora DSQL, AWS's scalable multi-region OLTP...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/7f3c94ca6e54ab0381500b7c8d9e8ccd?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/7f3c94ca6e54ab0381500b7c8d9e8ccd?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Marc Brooker","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Marc Brooker","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/eb8fae4f48ea4abb9c7714ef04af5121","url":"https://daily.dev/sources/brooker"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/aurora-dsql-scalable-multi-region-oltp-hwi0z9ubw","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Marc Brooker","item":"https://daily.dev/sources/brooker"},{"@type":"ListItem","position":3,"name":"Aurora DSQL: Scalable, Multi-Region OLTP"}]}
```

