marcbowes.bsky.social
@marcbowes.bsky.social
Engineer working on Aurora DSQL. Options are my own.
Totally hear you on the compatibility question. It's quite challenging to communicate on this topic (ask me about it in person sometime!), but what I can say is:

Please let us know what features you need. "I'm blocked by __" is a super power every customer has to influence our priorities.
August 4, 2025 at 5:14 PM
Great post. Regarding latency, those numbers are way off. We see server side reads in the low single digit millis even at top percentiles. I’m glad you’re working to dig in.
December 7, 2024 at 7:36 PM
It’s based on Postgres. The rest is new.
December 7, 2024 at 4:31 AM
DSQL is fully distributed. Instead of scaling up and down, DSQL scales horizontally across many micro VMs, based on your usage. This frees you from maintenance windows, eventual consistency, scaling - think DynamoDB but for relational. DSQL also can run multi region active-active.
December 7, 2024 at 4:26 AM
Limitless is about sharding, which you previously had to do manually (in the app) after you ran out of instance types. Limitless helps keep your app as simple as possible, eg routing queries to the right shard.
December 7, 2024 at 4:22 AM
Aurora serverless is Aurora that automatically resizes the instance to lower costs or meet performance demands. It can save you money, while still helping you meet peak demands.
December 7, 2024 at 4:20 AM
Aurora is for innovation in database technology. OG Aurora disaggregated storage; DSQL takes the next step.
December 7, 2024 at 4:18 AM
🥳

Looking forward to the next post :)
December 6, 2024 at 12:12 AM
Reposted
Aurora DSQL uses most of the SQL layer (parser, planner, optimizer, etc) from PostgreSQL itself. The storage layer, concurrency control, replication, etc are ground-up.
December 3, 2024 at 8:18 PM