13 comments

[ 2.2 ms ] story [ 41.5 ms ] thread
As someone who's never used RDS - does this let you adjust the postgresql.conf settings? Specifically interested in turning off synchronous commit or adjusting shared_buffers. If that is possible this would be a godsend.
You can use the Amazon RDS Parameter Groups to exercise control over dozens of PostgreSQL settings.
Why is PostgreSQL more expensive than MySQL?
I'm happy to see that this appears to be a full-featured (or near fully featured) service that includes postgis and hstore.

I'm looking forward to seeing the inevitable rds vs comparably priced heroku benchmarks.

Really happy to see this.

The only thing that seems to be missing is pl/v8 support. In case anyone from amazon is reading this, I've noticed that the functions floating around on github for the new json data type are using pl/v8, and I suspect this will only become more common.

No plpython either, but since that's an untrusted language, I can totally see why they're not supporting it.