Live data from Hacker News

Neki – Sharded Postgres by the team behind Vitess

planetscale.com

11–20 of 43 posts

Re: Neki – Sharded Postgres by the team behind Vitess

#11

Is anyone working on replacing postgres? Feels like it might be very useful since a lot of new technologies came out since spinning disks.

If you look at the changes that have been made to Postgres, and continue to be made, the answer is yes. The Postgres team is working on replacing Postgres. With even better Postgres.

The Postgres team incorporating io_uring into PG 18 is a good example of this: https://pganalyze.com/blog/postgres-18-async-io.

Re: Neki – Sharded Postgres by the team behind Vitess

#12
This is exciting. The announcement says it will be open source. I really hope that this includes a functionally complete control plane so you realistically self-host.

I looked Neon recently, and it appears that it's designed as a SaaS product from the outset; while it is technically possible to self-host the individual components of the architecture, it does not look trivial, in large part because the control plane is closed source (and probably extremely specific to Neon's SaaS operations).

Re: Neki – Sharded Postgres by the team behind Vitess

#13

Is anyone working on replacing postgres? Feels like it might be very useful since a lot of new technologies came out since spinning disks.

Who isn't? Cockroach rewrote Postgres in Go. CedarDB rewrote Postgres in C++.

And then to lesser degrees you've got Yugabyte, AlloyDB, and Aurora DSQL (and certainly more I'm forgetting) that only replace parts of Postgres.

Re: Neki – Sharded Postgres by the team behind Vitess

#14
post #2

Looks like there is two ongoing vitess for postgres projects. Hopefully this competition leads to a better postgres ecosystem. https://supabase.com/blog/multigres-vitess-for-postgres

It gets more spicy when you realize the founder of vitess, also the founder of planet scale, left planet scale to build this at supabase

Re: Neki – Sharded Postgres by the team behind Vitess

#15
post #2

Looks like there is two ongoing vitess for postgres projects. Hopefully this competition leads to a better postgres ecosystem. https://supabase.com/blog/multigres-vitess-for-postgres

It gets more spicy when you realize the founder of vitess, also the founder of planet scale, left planet scale to build this at supabase

he left PlanetScale 4 years ago.

Re: Neki – Sharded Postgres by the team behind Vitess

#18
post #17

They did a interview 2 weeks ago about this on the changelog podcast with Sugu Sougoumarane, the co-creator of Vitess, who is at Supabase now. Watching the competition year will be interesting https://youtu.be/y1aq8RsnJeI

Just FYI that interview is for Multigres, a sharded Postgres in development by Supabase.

Sugu hasn’t been at Planetscale for a few years

https://github.com/multigres/multigres

Re: Neki – Sharded Postgres by the team behind Vitess

#20

This is exciting. The announcement says it will be open source. I really hope that this includes a functionally complete control plane so you realistically self-host. I looked Neon recently, and it appears that it's designed as a SaaS product from the outset; while it is technically possible to self-host the individual components of the architecture, it does not look trivial, in large part because the control plane i…

Your probably better off with the original flavor (the guy that made Vitesse)

https://multigres.com/

He is making a open source version of porting Vitesse to Postgres.

Post reply on HN