Neki, sharded Postgres, is now available. Get started
Navigation

Posts by Andres Taylor


Andres Taylor, Harshit Gangal, Ahmed Darwich [@AhmedDarwich]

A Neki router gives applications a Postgres connection to one database while planning and coordinating queries across the shards behind it.


Andres Taylor, Dirkjan Bussink, Harshit Gangal, Nick Van Wiggeren [@NickVanWig], Noble Mittal, Rohit Nayak, Roman Sodermans, Shlomi Noach, Sam Lambert [@samlambert]

Sharded Postgres by the team behind Vitess


Andres Taylor

The Vitess query planner takes multiple passes over a query plan to optimize it as much as possible before execution. A recent tricky bug report led to an improvement in how the optimizer functions.


Andres Taylor

See how Vitess acts as a database proxy that creates an illusion of a single database when technically, the query is sent to multiple MySQL instances.


Andres Taylor

Learn how query planning works and why query planners are important.


Andres Taylor

Vitess is a database proxy that creates an illusion of a single database when in reality the query is sent to multiple MySQL instances.