Get desktop application:
View/edit binary Protocol Buffers messages
Vitess is the main service to access a Vitess cluster. It is the API that vtgate exposes to serve all queries.
Execute tries to route the query to the right shard. It depends on the query and bind variables to provide enough information in conjunction with the vindexes to route the query. API group: v3
ExecuteBatch tries to route the list of queries on the right shards. It depends on the query and bind variables to provide enough information in conjunction with the vindexes to route the query. API group: v3
ResolveTransaction resolves a transaction. API group: Transactions
StreamExecute executes a streaming query based on shards. It depends on the query and bind variables to provide enough information in conjunction with the vindexes to route the query. Use this method if the query returns a large number of rows. API group: v3
VStream streams binlog events from the requested sources.