mytopling
mytopling copied to clipboard
Feature: support parallel index creation
InnoDB support parallel index creation by setting innodb_ddl_threads, mytopling should provide similar feature to speed up index creation and other long running ddl operation.
We had filed such a feature request to myrocks: https://github.com/facebook/mysql-5.6/issues/1245 If myrocks community implemented such feature early, we can merge their contribution.