top | item 44792168

Ask HN: How does the Postgres ecosystem compare to Vitess at 1PB+?

4 points| GabrielBianconi | 7 months ago

I'm not an expert in databases.

The MySQL ecosystem has a mature open-source solution for scaling horizontally with Vitess.

The Postgres ecosystem seems to have alternatives like Citus, CockroachDB, etc.

Are they similarly mature? How do they compare for massive-scale deployments (1PB+ of data, insert-heavy workload)?

2 comments

order

samlambert|7 months ago

There is nothing as mature as Vitess in the Postgres world. But PlanetScale the company behind Vitess is building a Postgres sharding project.

GabrielBianconi|7 months ago

Thanks, Sam! I'm excited to see what you guys come up with.