Your turn, Azure<p><a href="https://feedback.azure.com/forums/217321-sql-database/suggestions/8300487-mysql-and-postgresql-as-daas-from-ms-like-an-azur" rel="nofollow">https://feedback.azure.com/forums/217321-sql-database/sugges...</a><p><a href="https://feedback.azure.com/forums/217321-sql-database/suggestions/8403264-offer-postgresql-as-a-paas-daas-service-not-via-a" rel="nofollow">https://feedback.azure.com/forums/217321-sql-database/sugges...</a><p><a href="https://feedback.azure.com/forums/170024-additional-services/suggestions/6814490-drop-cleardb-and-develop-a-native-azure-mysql-comp" rel="nofollow">https://feedback.azure.com/forums/170024-additional-services...</a><p>PS: managed MySQL is currently the most requested additional service on Azure:<p><a href="https://feedback.azure.com/forums/170024-additional-services/filters/top" rel="nofollow">https://feedback.azure.com/forums/170024-additional-services...</a><p>.. and managed Postgres + MySQL are currently the third most requested feature in relation to their managed DB offering<p><a href="https://feedback.azure.com/forums/217321-sql-database/filters/top" rel="nofollow">https://feedback.azure.com/forums/217321-sql-database/filter...</a>
Very exciting, but high availability, instance cloning, and read replicas are listed as "This functionality is not yet supported for PostgreSQL instances" in the docs. Seems like those need to be available before it's a realistic option for production workloads.
Has anyone seen documentation that it supports PostGIS?<p>Edit: Nevermind, it does! <a href="https://cloud.google.com/sql/docs/postgres/extensions" rel="nofollow">https://cloud.google.com/sql/docs/postgres/extensions</a>
This is excellent news - am currently evaluating options for cloud Postgres. Only wish they'd support a few more extensions - <a href="https://cloud.google.com/sql/docs/postgres/extensions" rel="nofollow">https://cloud.google.com/sql/docs/postgres/extensions</a> - e.g. plv8 would be great <a href="https://github.com/plv8/plv8" rel="nofollow">https://github.com/plv8/plv8</a>
One thing is really strange in this thread is that almost every opinion against Google's customer support are down voted heavily. Google advocates always say that GCP support is better. Of course they have to be better because they are the underdog in the cloud war. I can't buy the logic that GCP is Google but not that Google. What would happen if they could dominate?<p>Don't get me wrong. GCP as a product is really awesome. I've been using GCE and Datastore for a project and they just work. I just can't trust Google enough to bring all my works to their cloud.
The killer for me is PITR (point in time recover). A few years ago a colleague triggered and UPDATE without WHERE and PITR saved our sorry asses (on MS SQLServer, a fair product despite my antipathy MS).<p>Postgres has it, but it is kind of a pain to setup correctly and I love RDS because I don't have to deal with the setup anymore.
Excited to see this, but holy shit is it unclear what expected costs could be. It seems like it might be on the cheap/affordable side of things, but it's not obvious. I almost prefer to just use Compose.io because at least the pricing is clear.
Is there a reason Google is so slow to compete with AWS? This seems like another example of where they're playing catch-up. Meanwhile, I'm blown away that Node is still just in Beta (with no SLA / deprecation guarantees) when Heroku and AWS have supported it for years.
The last piece of the puzzle for me to have a full stack alternative to AWS. Thanks Google!<p>Edit: not a complete end of the world, but it would be really nice (and completely easy/safe) to have the uuid-ossp extension available.
Will it be available in the same private network as the rest of our GCE VMs? Last I checked, Google Cloud MySQL runs over the public network, which is a big pain in the ass for access control.
Promising.<p>Is Google contributing anything back into Postgres codebase ?<p>They could have named something different for the product - Cloud SQL ? seriously.
Does anyone have a good comparison between this, RDS, Aurora, Citus, Heroku PG and some of the other Postgres (and "Postgres-compatible") services?<p>With so many DBaaS tools available, I'd like to know the best options for things like pricing, availability, features, tooling, monitoring, etc...
This is definitely going to be very useful when it's fully fleshed out but be warned that this initial beta doesn't support Google-managed replication or HA (to say nothing of an SLA, of course).
This makes me seriously consider switching from heroku for my rails postgres app. Probably could cut my costs significantly.<p>Anyone have any comments or experiences with the Google app engine flex environment for ruby?
Because my first question was "What are the deviations from standard Postgres?":<p><a href="https://cloud.google.com/sql/docs/features#differences-pg" rel="nofollow">https://cloud.google.com/sql/docs/features#differences-pg</a><p>It looks like there aren't many – you can't use SUPERUSER, and they enable extensions, options, and parameters one by one at request.