Remix.run Logo
belter 11 hours ago

> The only feature that Aurora (MySQL) has that is remotely impressive is its ability to restart the DB process

I dont really care about Aurora MySQL...only Aurora Postgres, but you forgot about Parallel Query and Clones. For clones you dont pay for the extra storage for the new database, only the delta if you add new data...

https://aws.amazon.com/blogs/aws/new-parallel-query-for-amaz...

https://aws.amazon.com/blogs/aws/amazon-aurora-fast-database...

"...AWS successfully hoodwinked companies everywhere with bullshit, and are absolutely raking in cash because of it."

Really?...

"How Twilio modernized its billing platform on Amazon Aurora MySQL" - https://aws.amazon.com/blogs/database/how-twilio-modernized-...

"No observable Aurora downtime taken in over 5 months of experimentation, and almost 2 months of running shadow production..

Steady state metrics on over 40 accumulated days of live production data across all Aurora clusters:

- Over 46 billion transaction records indexed and available, compared to less than one billion stored in the former online Redis system

- 4.8 TB of data across all tables

- Over 11,000 active database connections to all clusters

- Less than 10 milliseconds median end-to-end transaction run latency

- Less than 60 milliseconds 99th percentile end-to-end transaction run latency..."

"Increasing Scalability and Reducing Costs Using Amazon Aurora Serverless with BMW" - https://aws.amazon.com/solutions/case-studies/bmw-group-auro...

"FINRA CAT selects AWS for Consolidated Audit Trail" - https://aws.amazon.com/blogs/publicsector/finra-cat-selects-...

https://aws.amazon.com/rds/aurora/customers/

sgarland 9 hours ago | parent [-]

> For clones you dont pay for the extra storage for the new database, only the delta if you add new data...

Considering how much they’re charging you just to query storage, that’s still a net negative. If anything, you’re going to pay MORE since you’re probably querying more.

> No observable Aurora downtime taken in over 5 months of experimentation

I manage somewhere north of 500 Aurora instances spread across dozens of clusters. We have one drop out at least weekly, if not more often.

> Over 46 billion transaction records indexed and available, compared to less than one billion stored in the former online Redis system

This isn’t unique to Aurora.

> 4.8 TB of data across all tables

Neither is this; also, it’s honestly not that big.

I doubt we’re going to convince each other of anything here.

belter 9 hours ago | parent [-]

> We have one drop out at least weekly, if not more often.

You mean an instance? A cluster wont go down because of that.

I dont work for AWS :-) and dont want to convince you of anything. But there is a reason why they developed Aurora, and DynamoDB and it was not because some software developer had hours to waste...

sgarland 2 hours ago | parent [-]

Yes, an instance. You know you can set up hot standby for vanilla MySQL and Postgres as well and achieve the same thing, right?

They developed those to make a shit ton of money, and on that front, they succeeded.