Ask HN: Would you want a distributed Postgres that runs on Spot Instances?
7 comments
(for regular workloads) cost of maintaining such a DB >> cost of RDS
It's a very interesting problem from a technical standpoint nonetheless.
It's a very interesting problem from a technical standpoint nonetheless.
My Guess is that 99% of the companies do not need such a solution. But 1% does. And if you target them, you have a business. Unfortunately that 1% does not frequent here (I guess).
Wouldn’t it be cheaper and easier to just use a serverless option like AWS Aurora?
Sounds pricy! So probably not
Maybe you can build something on top of YugabyteDB since it adds sharding/replication on top of PostgreSQL.
Why this is better than Cassandra/ScyllaDB/CouchDB/Dynamo ?
Data is partitioned and joins are not possible ?
1. Database workers run on AWS Spot Instances for cheap, scalable clusters.
2. Pseudo-masterless architecture where clients read/write directly to the workers for true horizontal scaling + low latency (implemented in Golang).
In order to pull this off, we have also developed:
We would love to develop an Open Source service that others can use and contribute to if there is interest. Would love to answer any questions!