Vitess · Rate Limits

Vitess Rate Limits

Vitess is open-source software, not a hosted API; there is no project-level rate-limit table to publish. Throughput is governed by the operator's deployment - vtgate configuration, MySQL backend capacity, and any rate-limit middleware the operator adds.

1 Limits
Rate LimitingOpen SourceDatabaseMySQL

Limits

Operator-defined (vtgate) deployment
varies
governed by the operator's vtgate / vtablet configuration and backend MySQL capacity

Policies

Operator-controlled
Vitess exposes knobs (transaction pools, query consolidator, hot-row protection, vtgate connection limits) that the operator tunes; there is no shared, hosted rate ceiling.
Backend-bound
Sustained throughput is ultimately bounded by the underlying MySQL shards and the Kubernetes / VM infrastructure they run on.

Sources