Advanced Configurations: VTGate

How do you use gRPC with vtgate?
To do this you will need to use the Vitess MySQL Go client. You can find a Golang Database compatible gRPC driver here. For Java go here. Once you have ...
Wed, Jun 30, 2021 at 10:53 AM
How does vtgate know which shard to route a query to?
VTGate knows two things about your Vitess components: the Vschema and the schema of MySQL.  This enables VTGate to look at the WHERE clause of the query an...
Mon, Nov 2, 2020 at 1:31 PM