vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.48k stars 2.09k forks source link

Migrate `OnlineDDL Launch` #13718

Closed ajm188 closed 1 year ago

ajm188 commented 1 year ago

@shlomi-noach For the "all" side on the CLI/rpc side at least, I was thinking we won't need separate commands (right now it's launch-all and launch <uuid>) instead similar to show where we take launch {<uuid>|'all'}. Thoughts?

shlomi-noach commented 1 year ago

Agreed. We reuse the same command but the argument changes. This was also my re-implementation in vtctl: https://github.com/vitessio/vitess/pull/12963