Aurora DSQL: Scalable, Multi-Region OLTP(muratbuffalo.blogspot.com) |
Aurora DSQL: Scalable, Multi-Region OLTP(muratbuffalo.blogspot.com) |
Why aren't more people talking about it?
Which is fine - it is a specialized system designed for specialized problems, not a drop in replacement for Postgres that would make your application magically multi-region.
Also, I'm not sure if it actually solves any scaling bottlenecks. Any distributed system that needs to reach consensus will be as slow or slower than single node, which does not need to do it. Yes, usual implementations only go through consensus for writing and reading isn't constrained ... but you can already do that with read-only replica of a normal database.
Like if I’m an SRE/DBA and you running massive update queries in a single transaction, that is the first thing I’m getting rid of.