Hacker News new | ask | show | jobs
by steepben 568 days ago
There's a blog on the technical details here: https://aws.amazon.com/blogs/database/introducing-amazon-aur...
1 comments

The most interesting page is always quotas and limits: https://docs.aws.amazon.com/aurora-dsql/latest/userguide/CHA...

Seeing the No to configurable for some of the settings is the most telling hard limits that we can see up front.

Some Very Noteable ones are: Maximum size of all data modified within a write transaction: 10 MiB Maximum transaction time: 5 minutes

The 10MiB transaction size limit smells a lot like FoundationDBs transaction size limit
10MiB is an appealing number for humans. Can easily appear across different designs.