Slide 25
Slide 25 text
Vitess: REVERT
mysql> SET @@ddl_strategy=’online’;
mysql> REVERT VITESS_MIGRATION
‘a1dac193_4b86_11ec_a827_0a43f95f28a3’;
Restore dropped tables, populated with data
Restore dropped columns, populated with data
Quick operation, proportional to time since migration
completion, not to table size.