Live data from Hacker News

PlanetScale makes it easy to build multi-cloud databases

techcrunch.com

11–13 of 13 posts

Re: PlanetScale makes it easy to build multi-cloud databases

#11
post #8

I'm curious, how does Vitess compare to Citus? On the surface, they sound similar except that MySQL instances back Vitess and PostgreSQL instances back Citus. Though I could very well be missing some fundamental differences.

Vitess is a software suite that runs outside of MySQL while Citus runs within Postgres as an extension, so Vitess as more moving parts, but it also is better at handling more connections which has been a continual problem with PG in general.

Vitess supports more complicated sharding management (and requires more configuration) while Citus is simpler and lets you use all the flexibility of Postgres. Vitess has a more streamlined installation process (especially with Kubernetes) while Citus leaves it up to you to install the Postgres nodes.

Also note TiDB for a natively scalable MySQL-compatible database and CockroachDB for Postgres-compatible version.

Re: PlanetScale makes it easy to build multi-cloud databases

#12
post #6

Oh, this is exciting! Really happy to see them get some traction. Well deserved and a awesome team. :) Shameless plug: I designed, implemented and deployed their homepage (it seems they have iterated on it a bit), but was one of my first explorations using Gatsby combined with Netlify and Netlify CMS. It’s such a fun stack to work with and once handing it over, you feel a tad proud knowing it isn’t yet another Wordpr…

What's wrong with it being another WordPress site if it does the job?
Post reply on HN