Earlier quoted context omitted.
I don't know about RDS psql, but RDS mysql multi-AZ does have up to 2 mins downtime when switching masters. We see that when scaling up our staging for loadtesting. I agree on the IOPS - just get a larger disk (min 100G) even if you'll never use it. Storage is cheap. It's supposed to give you 3k IOPS but doesn't actually give you anywhere near that (but it is still fast). If you do need guaranteed IOPS, then it's wal…
I tested 9.4 ages ago by polling a table. Upgraded the instance type while in multi az. The down time was about ~14 seconds. With SQL server it was about ~50seconds. 2 minutes seems like a Long time but I'm curious now and want to test this again and maybe blog about it.
Amazon RDS now supports PostgreSQL 9.6.1
61–70 of 83 posts
Re: Amazon RDS now supports PostgreSQL 9.6.1
#62And is it HIPAA certified yet? Because the lack of that is what made me spend a week porting a project to use RDS/MySQL just a little while ago. We've been told it's coming Real Soon Now since last year. I wanted to use PostgreSQL for a whole host of reasons, but not so much that we wanted to certify our own instances.
Another option is to use Aptible: https://www.aptible.com/ It's basically (a better) Heroku with an emphasis on enabling HIPAA/HITECH compliance. They do both app and DB hosting (including Postgres). And it's on AWS so integrates easily with existing infrastructure/code. Disclaimer: Biased as I know the founders and we use the product. But they are good people and it's a good product!
Re: Amazon RDS now supports PostgreSQL 9.6.1
#63Re: Amazon RDS now supports PostgreSQL 9.6.1
#64I'm fairly impressed by RDS's turn around time. 9.6 dropped in late September and they're already supporting it in just over a month. I wish Google Cloud SQL supported Postgres at all. Sad that there's limited competition in managed postgres space (most notable competitor being Heroku).
Yeah Google Cloud SQL's lack of Postgres support really stings. Would be great to see them branch out a bit. I suppose they have more experience with MySQL given that Youtube runs on it...
Re: Amazon RDS now supports PostgreSQL 9.6.1
#65Earlier quoted context omitted.
Another option is to use Aptible: https://www.aptible.com/ It's basically (a better) Heroku with an emphasis on enabling HIPAA/HITECH compliance. They do both app and DB hosting (including Postgres). And it's on AWS so integrates easily with existing infrastructure/code. Disclaimer: Biased as I know the founders and we use the product. But they are good people and it's a good product!
But aptible doesn't have managed postgres. I still have to do all the work of setting up a database and managing backups, upgrades, etc. The only thing aptible brings to the table is single tenant hardware and encryption by default. I can just get that from Amazon. Am I missing something about aptible? I don't understand the attraction although it does look fancy
Re: Amazon RDS now supports PostgreSQL 9.6.1
#66Earlier quoted context omitted.
But aptible doesn't have managed postgres. I still have to do all the work of setting up a database and managing backups, upgrades, etc. The only thing aptible brings to the table is single tenant hardware and encryption by default. I can just get that from Amazon. Am I missing something about aptible? I don't understand the attraction although it does look fancy
Aptible absolutely has managed postgres, and it's great. I'm using it at this very second.
Re: Amazon RDS now supports PostgreSQL 9.6.1
#67Does anyone else have abysmal IO performance on postgres RDS? I have a 200 gb provisioned ssd with 2000 iops and get abysmal bulk read performance - the panel will report 30 mb/s and query speed is really slow with disk being the bottleneck
That's something I heard that used to be true but not sure whether it's still required with upgrades to S3 over the years...
Re: Amazon RDS now supports PostgreSQL 9.6.1
#68I'm fairly impressed by RDS's turn around time. 9.6 dropped in late September and they're already supporting it in just over a month. I wish Google Cloud SQL supported Postgres at all. Sad that there's limited competition in managed postgres space (most notable competitor being Heroku).
Re: Amazon RDS now supports PostgreSQL 9.6.1
#69Earlier quoted context omitted.
There are many options for hosted PostgreSQL. See for example this staggering list of hosting providers in Europe: https://www.postgresql.org/support/professional_hosting/euro... Yes, most of those are smaller companies. But some of these companies are directly involved in the development of PostgreSQL (just look at the PostgreSQL-hackers mailing list), so they should really know what they are doing!
Do people really talk to databases over WAN (which means relatively high latency)? I was under the impression this was a bad idea.
Also, as pointed out in the parent post, some of the hosting providers such as us (Aiven, https://aiven.io) are directly involved in PostgreSQL development and one of the bugfixes in the latest releases (9.6.1 and 9.5.5) that just came out was contributed by us.
Re: Amazon RDS now supports PostgreSQL 9.6.1
#70I'm fairly impressed by RDS's turn around time. 9.6 dropped in late September and they're already supporting it in just over a month. I wish Google Cloud SQL supported Postgres at all. Sad that there's limited competition in managed postgres space (most notable competitor being Heroku).
There are many options for hosted PostgreSQL. See for example this staggering list of hosting providers in Europe: https://www.postgresql.org/support/professional_hosting/euro... Yes, most of those are smaller companies. But some of these companies are directly involved in the development of PostgreSQL (just look at the PostgreSQL-hackers mailing list), so they should really know what they are doing!
I think you bring up a good point. I'm going to put aside my bias and give a smaller company a shot. Thanks for sharing.