vs AWS Free Tier:
"25 GB of data storage ... 2.5 million stream read requests ..."
https://aws.amazon.com/dynamodb/pricing/
So, there's probably somewhere the lines on the graph cross, but Google's headline seems misleading.
11–20 of 371 posts
vs AWS Free Tier:
"25 GB of data storage ... 2.5 million stream read requests ..."
https://aws.amazon.com/dynamodb/pricing/
So, there's probably somewhere the lines on the graph cross, but Google's headline seems misleading.
if they're cutting the price they are likely worried about the product... are they going to cancel it like every other product they've released?
AWS and GCP (and Azure, and Oracle cloud, and bare Kubernetes via an operator, and...) support Postgres really well. Just...use Postgres.
That GCP interface is cancer. You need a Google-to-English dictionary to understand it.
And for many projects, Postgres is still cheaper than both. Having used both, I would much, much rather do the work to fit my project in Postgres/CockroachDB than use either Spanner or DynamoDB, which have WAY more footguns. Not to mention sudden cost spikes, vendor lock in, and god knows what else. AWS and GCP (and Azure, and Oracle cloud, and bare Kubernetes via an operator, and...) support Postgres really well. Ju…