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.

Vitess Rate Limits is the machine-readable rate-limit profile for Vitess on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 1 rate-limit definition, measuring varies.

The profile also includes 2 backoff/retry policies defined.

Tagged areas include Rate Limiting, Open Source, Database, and MySQL.

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