Hacker News new | ask | show | jobs
by ralusek 3579 days ago
Cool, although I sure wish they had gone with Postgres. I can't live without the occasional JSONB anymore.

I know MySQL has made some half-hearted attempts to make headway on this front, but it has completely changed the way I model certain parts of my data.

3 comments

I second this. I'd switch over from RDS to Aurora in a heartbeat if AWS built a postgres frontend for it.
Curious what is the key feature of Aurora on Postgres that you'd want?
PostGIS compatibility.

Unless you mean that the other way around, in which case I don't know what key features of Aurora I'm missing (besides price & performance).

Aurora is part of RDS. It's just a different DB instance type.
I can't live without the occasional JSONB anymore.

Some can't live without Aurora anymore ;) - they start their projects with MySQL(even thought they prefer Postgresql) to be Aurora compatible, just in case they need it.

I'm curious what are the reasons some people "can't live without Aurora anymore". I would love to hear specific benefits of Aurora, regarding performance or other aspects.

The comparisons I could find didn't seem to be very favorable to Aurora (mainly that the claimed 5x improvement does not show up in the benchmarks)

I moved a 60GB database too it last year that we had setup multi AZ.

We cut our costs by about 40% after the switch and saw about a 20% boost in speed. RAM usage was lower too.

One of the biggest savings is that you don't need multiAZ since your data is stored redundantly. You don't have to worry about failover because the restart time is < 1 minute anyway. The other thing is that I can stop having to keep an eye on disk usage (and paying for unused space) since it just grows as needed automatically.

The man hours alone that we used to put into actively watching and tuning that DB have just vanished as has almost the entire sysadmin burden. That project was already on MySQL too which made it an easy move too.

I wish they'd do something similar for PG too.

The big win for me is administration, not performance.
Laaaaazy. :P