Does anyone have insight or experience using this in production? We're currently running PostgreSQL 10 w/ pg_partman on our own hardware but looking at a several options for cloud migration. Unfortunately, Citus Cloud on GCP doesn't appear to be an option (yet?) - Google Cloud SQL (PostgreSQL) - Citus Cloud (AWS Only) - Citus (managed ourselves) on GCP
Cloud SQL for PostgreSQL now generally available
51–60 of 108 posts
Re: Cloud SQL for PostgreSQL now generally available
#52We actually just migrated off yesterday... we went with an independent vendor like Aiven instead of the clouds because they move too slowly and don't have enough features.
Re: Cloud SQL for PostgreSQL now generally available
#53Has anyone used the beta and got any feeling for how maintenance downtime impacts things? A bit nervous about how you can only set a "maintenance window" and not be able to plan ahead for disruption; as far as I can tell, they won't even tell you ahead of time. The HA seems really solid (zero-lag "regional disks"), but it's still a bit disconcerting.
The updates take the entire instance down for 2-5 minutes each month. While you can't avoid them, they can be scheduled for particularly low traffic times. If you're trying to avoid downtime, its a giant PIA. Even with HA enabled, you still lose master, slave and read replicas. Not entirely sure what they define HA as, but a mandatory monthly downtime doesn't usually fit into mine. [Update] That said, from what I und…
Re: Cloud SQL for PostgreSQL now generally available
#54Earlier quoted context omitted.
We did, but now use https://aiven.io Highly recommended if you want a fast and featured managed db service.
what's the benefit of using them vs. AWS or GCP directly?
Re: Cloud SQL for PostgreSQL now generally available
#55Is point in time recovery available now in GA? I had checked it a couple of weeks ago for the beta service and it was not available. I think for a managed DB hosting point in time recovery is a critical feature.
[I'm the Cloud SQL TL] No, it isn't. We agree with you that it's an important feature for managed databases, and we're working to get it right. We decoupled it from this launch to get PostgreSQL to GA faster.
Re: Cloud SQL for PostgreSQL now generally available
#56Re: Cloud SQL for PostgreSQL now generally available
#57Earlier quoted context omitted.
what's the benefit of using them vs. AWS or GCP directly?
Latest software (using v10.3), better performance (nvme SSDs), better backups (point in time, instant cloning), better features (more extensions, cross-region replication even across different clouds), better flexibility (migrate master across different clouds), better monitoring (logs and datadog metrics export), and more focused support with a smaller team.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-inst...
Re: Cloud SQL for PostgreSQL now generally available
#58Earlier quoted context omitted.
They don't have a great story around extensions - the ones they do have are unsupported/buggy. For example, PostGIS is missing "ST_FromGeoJSON" because it was compiled with the wrong flag - and has been this way for over a year despite hundreds of user complaints.
This is what I expect from Google. They are not customer-centric and no-one is really prioritising or cares about customer feedback.
Re: Cloud SQL for PostgreSQL now generally available
#59Now that it's GA...it looks like that hasn't changed. Is the classic, Python, App Engine standard becoming a second class citizen? Or was there some reason why this wasn't considered GA worthy for Postgres?
Trying to understand if going forward Google is trying to push everyone to the flexible environment or not - as I would have really expected connectivity between these two products.
Re: Cloud SQL for PostgreSQL now generally available
#60Started down the path of using this when it was in beta, but had to abort when we saw there was no option to connect to it from Python App Engine Standard. Now that it's GA...it looks like that hasn't changed. Is the classic, Python, App Engine standard becoming a second class citizen? Or was there some reason why this wasn't considered GA worthy for Postgres? Trying to understand if going forward Google is trying to…
This seems like a major omission, and AWS has had this for ages.