ReloadSchemaKeyspace

vtctldclient ReloadSchemaKeyspace

Reloads the schema on all tablets in a keyspace. This is done on a best-effort basis.

  1. vtctldclient ReloadSchemaKeyspace [--concurrency=<concurrency>] [--include-primary] <keyspace>

Options

  1. --concurrency uint32 Number of tablets to reload in parallel. Set to zero for unbounded concurrency. (default 10)
  2. -h, --help help for ReloadSchemaKeyspace
  3. --include-primary Also reload the primary tablets.

Options inherited from parent commands

  1. --action_timeout duration timeout for the total command (default 1h0m0s)
  2. --server string server to use for connection (required)

SEE ALSO

  • vtctldclient - Executes a cluster management command on the remote vtctld server.