OnlineDDL show

vtctldclient OnlineDDL show

Display information about online DDL operations.

  1. vtctldclient OnlineDDL show

Examples

  1. OnlineDDL show test_keyspace 82fa54ac_e83e_11ea_96b7_f875a4d24e90
  2. OnlineDDL show test_keyspace all
  3. OnlineDDL show --order descending test_keyspace all
  4. OnlineDDL show --limit 10 test_keyspace all
  5. OnlineDDL show --skip 5 --limit 10 test_keyspace all
  6. OnlineDDL show test_keyspace running
  7. OnlineDDL show test_keyspace complete
  8. OnlineDDL show test_keyspace failed

Options

  1. -h, --help help for show
  2. --json Output JSON instead of human-readable table.
  3. --limit uint Limit number of rows returned in output.
  4. --order id Sort the results by id property of the Schema migration. (default "asc")
  5. --skip uint Skip specified number of rows returned in output.

Options inherited from parent commands

  1. --action_timeout duration timeout to use for the command (default 1h0m0s)
  2. --compact use compact format for otherwise verbose outputs
  3. --server string server to use for the connection (required)

SEE ALSO