Earlier quoted context omitted.
I'm not sure that the article moved to bare iron. The author could have just set up postgres on a regular ec2 instance.
Does that bring performance or cost savings? What is the motivation and calculus for making that transition?
How to move from Amazon RDS to a dedicated PostgreSQL server
21–30 of 73 posts
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#22Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#23OK a bit of topic, but just curious we are considering rolling Postgres hosted service that would support much large instances up 50TB much higher IOPS 1,000,000+ lower latency (infiniband vs ethernet SAN) pricing would be in line with AWS RDS +/- optional ElasticSearch integration optional change notification pub/sub Would you guys be interested/think such service is a good idea? Would appreciate to learn what you g…
Even if you did I probably wouldn't use it. I don't want a 3rd party dependency on the most critical part of my infrastructure.
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#24OK a bit of topic, but just curious we are considering rolling Postgres hosted service that would support much large instances up 50TB much higher IOPS 1,000,000+ lower latency (infiniband vs ethernet SAN) pricing would be in line with AWS RDS +/- optional ElasticSearch integration optional change notification pub/sub Would you guys be interested/think such service is a good idea? Would appreciate to learn what you g…
My 2 cents: you're promising a lot more for the same price which seems dubious. How are you going to beat the wholesaler? Even if you did I probably wouldn't use it. I don't want a 3rd party dependency on the most critical part of my infrastructure.
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#25Not that it necessarily should, but the article did not really address why they were moving away from RDS. Was it cost, performance, other issues? I've been trying to compare RDS for Postgres to other offerings like Compose or Heroku but have come up surprisingly dry on comparisons.
https://blog.codeship.com/heroku-postgresql-versus-amazon-rd...
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#26Not that it necessarily should, but the article did not really address why they were moving away from RDS. Was it cost, performance, other issues? I've been trying to compare RDS for Postgres to other offerings like Compose or Heroku but have come up surprisingly dry on comparisons.
https://www.runabove.com/PaaSDBPGSQL.xml
No affiliation, just a happy customer of OVH's hardware.
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#27Earlier quoted context omitted.
My 2 cents: you're promising a lot more for the same price which seems dubious. How are you going to beat the wholesaler? Even if you did I probably wouldn't use it. I don't want a 3rd party dependency on the most critical part of my infrastructure.
The price would be comparable to AWS appropriate tear eg 6TB storage for a bit less (10-15%) then amazon's 6TB RDS option but with much better performance. I totally get your reluctance to rely on 3rd party, but the question is more for people who already do rely on 3rd party such as AWS or Azure.
edit: and if it's an hosted service, I'm assuming decent networking options (ipsec et al)?
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#28Not that it necessarily should, but the article did not really address why they were moving away from RDS. Was it cost, performance, other issues? I've been trying to compare RDS for Postgres to other offerings like Compose or Heroku but have come up surprisingly dry on comparisons.
I'm the decision maker for the company in question - Authentise. It was a combination of cost and the fact that we need to support an in-datacenter install option for our customers. RDS is really great if you need all of the failover and backup options it provides and you don't have the manpower to invest in it. That's how we got our services started. But, as our expertise and automation grew it ended up being a mode…
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#29OK a bit of topic, but just curious we are considering rolling Postgres hosted service that would support much large instances up 50TB much higher IOPS 1,000,000+ lower latency (infiniband vs ethernet SAN) pricing would be in line with AWS RDS +/- optional ElasticSearch integration optional change notification pub/sub Would you guys be interested/think such service is a good idea? Would appreciate to learn what you g…
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#30Earlier quoted context omitted.
The price would be comparable to AWS appropriate tear eg 6TB storage for a bit less (10-15%) then amazon's 6TB RDS option but with much better performance. I totally get your reluctance to rely on 3rd party, but the question is more for people who already do rely on 3rd party such as AWS or Azure.
How are you imagining solving latency issues? Many people want their DB to be close to their appservers. edit: and if it's an hosted service, I'm assuming decent networking options (ipsec et al)?