Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 大佬们加索引DDL过程中可以扩容tikv吗?

Can TiKV be scaled out during the process of adding an index DDL in TiDB?
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 大佬们加索引DDL过程中可以扩容tikv吗?
Can TiKV be scaled out during the process of adding an index DDL in TiDB?
DDL execution does not affect scaling. The newly added TiKV initially contains no data.
You can scale out, but you cannot upgrade the version while executing DDL.
The task of adding DDL is persisted to the storage layer and is scheduled and executed by the DDL owner. Not only expansion but also contraction will not affect the execution of DDL (provided there are enough remaining nodes).
In the version mentioned by the original poster, the version cannot be upgraded while executing DDL.
In the latest version v7.5.0, DDL can be paused and resumed. Upgrading the version while DDL is executing will not be affected; the background will automatically pause and resume after the upgrade. Usability and management capabilities have been greatly improved.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.