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

Enable or disable the tablet throttler per keyspace

You can now turn a Vitess keyspace's tablet throttler on or off, and set the replication lag threshold.

When the throttler is enabled, schema migrations and VReplication workflows pause while replication lag is above the threshold. The setting applies across all shards in the keyspace.

Update the keyspace throttler on the Clusters page or through the CLI:

pscale keyspace settings <database> <branch> <keyspace>
pscale keyspace update-settings <database> <branch> <keyspace> --throttler-enabled=false
pscale keyspace update-settings <database> <branch> <keyspace> --throttler-threshold=10

Keyspace settings · CLI keyspace docs