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.
Neki – Sharded Postgres by the team behind Vitess
21–30 of 43 posts
Re: Neki – Sharded Postgres by the team behind Vitess
#22I'm a little surprised to hear that PlanetScale is doing the work to make this considering I thought their entire system was based on Vitess. Maybe the demand for Postgres compatible DBs is so high nowadays that they need to offer compatibility for customers that don't want to port their apps to MySQL's syntax?
Re: Neki – Sharded Postgres by the team behind Vitess
#23Earlier quoted context omitted.
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.
Why? Neki is built by the the engineers who have built, maintain, and operate massive-scale Vitess databases.
https://github.com/vitessio/vitess/graphs/contributors?from=...
Re: Neki – Sharded Postgres by the team behind Vitess
#24Re: Neki – Sharded Postgres by the team behind Vitess
#25Does Neki still need sharding key in query, just like Citus?
If it’s like vitess then no, but IIRC you get relaxed consistency across shards
[1] https://vitess.io/docs/20.0/user-guides/configuration-advanc...
Re: Neki – Sharded Postgres by the team behind Vitess
#26Re: Neki – Sharded Postgres by the team behind Vitess
#27Is anyone working on replacing postgres? Feels like it might be very useful since a lot of new technologies came out since spinning disks.
The MVCC that Postgres uses(and no one else) is like 50yo outdated concept they still cling to. So just by virtue of that, it makes PGSQL the most archaic db on the market nowadays.
I never understood why PGSQL had so many fanboys, yet every major tech company always ditches it for mysql... i guess it is the case of "Any man who must say, "I am the King", is no true king." type of thing. People have to make a lot of noise to excuse their bad choices so they don't have to admit making a mistake.
Re: Neki – Sharded Postgres by the team behind Vitess
#28Is anyone working on replacing postgres? Feels like it might be very useful since a lot of new technologies came out since spinning disks.
> Feels like it might be very useful since a lot of new technologies came out since spinning disks. The MVCC that Postgres uses(and no one else) is like 50yo outdated concept they still cling to. So just by virtue of that, it makes PGSQL the most archaic db on the market nowadays. I never understood why PGSQL had so many fanboys, yet every major tech company always ditches it for mysql... i guess it is the case of "A…
Sarcasm aside, a great many projects started on MySQL and moved to postgres. As did projects using mongo, couchdb, firebase, oracle etc etc…
And I’m sure many projects switched away from Postgres to other technologies. Right tool for the job at hand.
Re: Neki – Sharded Postgres by the team behind Vitess
#29Maybe make the announcement after you've actually released code? Today I'm announcing I've cured cancer. Well not yet, but coming soon hopefully!
Re: Neki – Sharded Postgres by the team behind Vitess
#30Is 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.