Does anyone know if Aurora PostgreSQL is a full drop-in replacement for Postgres, or is it "Postgres compatible" but missing some features (like CockroachDB, for example)? I am very interested in this service but some of my projects depend on Postgres-specific features.
AWS Aurora Serverless V2
11–15 of 15 posts
Re: AWS Aurora Serverless V2
#12I write my stuff to /dev/null the databaseless database. Lightning fast, more space than S3.
Re: AWS Aurora Serverless V2
#13I write my stuff to /dev/null the databaseless database. Lightning fast, more space than S3.
Does /dev/null support sharding? :P https://www.youtube.com/watch?v=HdnDXsqiPYo#t=2m13s
Re: AWS Aurora Serverless V2
#14- Pay per transaction (Reads, Writes) + Storage, instead of per resource allocation (some competitors are offering this already).
- No need for VPC, just like DynamoDB does today.
- Multi-region sync replication (no data loss in case a region goes down), but on a per-table base.
- Self-tuning capabilities, like ottertune and postgres.ai
- Unlimited Fast Database Cloning copies for non-production environments (COW)
- Transparent connection pooler (useful when using Lambda)