Can we scale out TiKV during the index addition DDL process?

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 大佬们加索引DDL过程中可以扩容tikv吗?

| username: jaybing926

Can TiKV be scaled out during the process of adding an index DDL in TiDB?

| username: tidb狂热爱好者 | Original post link

Expansion is possible.

| username: jaybing926 | Original post link

Awesome, you’re amazing!

| username: zhanggame1 | Original post link

DDL execution does not affect scaling. The newly added TiKV initially contains no data.

| username: jaybing926 | Original post link

Awesome!

| username: 像风一样的男子 | Original post link

You can scale out, but you cannot upgrade the version while executing DDL.

| username: wangccsy | Original post link

Executing DLL does not affect storage.

| username: andone | Original post link

It is possible to scale out during DDL.

| username: Jellybean | Original post link

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.

| username: dba远航 | Original post link

Expansion is possible.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.