Earlier quoted context omitted.
> it's a proper Postgres drop-in replacement The only downside I see is that going through the deployment process, it seems that the smallest instance I can provision is 2vCPU/16GB which if I'm looking at the pricing table correctly, equates to $230/mo. for a single instance. The web console only lets me create a cluster with minimum 2 instances so it seems like I'm looking at $460 minimum to deploy Alloy. That feels…
You're looking at Cloud AlloyDB sounds like? If you deploy AlloyDB to GCE (instead of locally, etc) you can provision a smaller instance than that. 2cpu(shared core)/4GB memory with a 20GB boot disk (AlloyDB takes up ~13) would run you $26/month before network/storage costs.
AlloyDB Omni – run AlloyDB anywhere
31–40 of 80 posts
Re: AlloyDB Omni – run AlloyDB anywhere
#32I wonder how they make transactional workloads 2x faster vs normal Postgres The analytics workloads improvements seem pretty straightforward (or at least there is prior art like timescale)
Re: AlloyDB Omni – run AlloyDB anywhere
#33Has Google contributed some of these changes back to Postgres? I went looking and even a search for "alloydb" in some postgres mailing lists return no results. It has some very exciting features, I was a bit surprised to see nobody talking about it.
It's worrying that a lot of companies aren't pushing these types of changes back. Particularly with Google, they'll have software patents that prevent others from implementing the same improvements but also, based on their track record, will abandon this project within a few years. When that happens, their improvements will simply be inaccessible.
I am pushing at the OSS angle, but new product, so uphill battle. :)
Re: AlloyDB Omni – run AlloyDB anywhere
#34Earlier quoted context omitted.
You're looking at Cloud AlloyDB sounds like? If you deploy AlloyDB to GCE (instead of locally, etc) you can provision a smaller instance than that. 2cpu(shared core)/4GB memory with a 20GB boot disk (AlloyDB takes up ~13) would run you $26/month before network/storage costs.
Just my $0.02 here: if Cloud AlloyDB can deploy a big cluster, it seems like such a small stretch to take the same pipeline and deploy a small instance instead.
Re: AlloyDB Omni – run AlloyDB anywhere
#35Re: AlloyDB Omni – run AlloyDB anywhere
#36Hugely disappointed by Alloydb. Price and performance for a write heavy workload where off the charts horrible. It didn’t even support disabling an instance and it did only storage autoscaling much worse overall experience than using Aurora we moved back to cloudsql. Does someone have good experience with Alloydb?
I have many thoughts here...but let's start with: Do you have your process of how you tested performance? My guess is the eng team would love to look at what you tested.
Re: AlloyDB Omni – run AlloyDB anywhere
#37Re: AlloyDB Omni – run AlloyDB anywhere
#38Earlier quoted context omitted.
I have many thoughts here...but let's start with: Do you have your process of how you tested performance? My guess is the eng team would love to look at what you tested.
thank you for the measured response rather than immediately becoming defensive :)
I mean, if someone legitimately finds workloads that aren't performing well, our engineering team SHOULD want to know about it, right?
Re: AlloyDB Omni – run AlloyDB anywhere
#39Earlier quoted context omitted.
If I understand correctly, AlloyDB is a Postgres compatible re-implementation, so there's no shared code. So this is a bit like Wine compared to Windows, only with the big corp re-implementing the OSS software instead of the other way round.
You can't really be 100% postgres compatible without borrowing a lot of implementation
There is a Postgres interface to Spanner which probably did that.
Re: AlloyDB Omni – run AlloyDB anywhere
#40Hugely disappointed by Alloydb. Price and performance for a write heavy workload where off the charts horrible. It didn’t even support disabling an instance and it did only storage autoscaling much worse overall experience than using Aurora we moved back to cloudsql. Does someone have good experience with Alloydb?