Feature: support parallel index creation
Opened this issue · 0 comments
rockeet commented
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: facebook/mysql-5.6#1245
If myrocks community implemented such feature early, we can merge their contribution.