xiaokang commented on code in PR #21985: URL: https://github.com/apache/doris/pull/21985#discussion_r1268814717
########## docs/zh-CN/docs/advanced/alter-table/schema-change.md: ########## @@ -289,6 +289,8 @@ SHOW ALTER TABLE COLUMN\G; - `alter_tablet_worker_count`:在 BE 端用于执行历史数据转换的线程数。默认为 3。如果希望加快 Schema Change 作业的速度,可以适当调大这个参数后重启 BE。但过多的转换线程可能会导致 IO 压力增加,影响其他操作。该线程和 Rollup 作业共用。 +- `alter_index_worker_count`:在 BE 端用于执行历史数据构建索引的线程数。默认为 3。如果希望加快 Index Change 作业的速度,可以适当调大这个参数后重启 BE。但过多的线程可能会导致 IO 压力增加,影响其他操作。 Review Comment: 说明一下目前只支持倒排索引 ########## docs/zh-CN/docs/advanced/alter-table/schema-change.md: ########## @@ -289,6 +289,8 @@ SHOW ALTER TABLE COLUMN\G; - `alter_tablet_worker_count`:在 BE 端用于执行历史数据转换的线程数。默认为 3。如果希望加快 Schema Change 作业的速度,可以适当调大这个参数后重启 BE。但过多的转换线程可能会导致 IO 压力增加,影响其他操作。该线程和 Rollup 作业共用。 +- `alter_index_worker_count`:在 BE 端用于执行历史数据构建索引的线程数。默认为 3。如果希望加快 Index Change 作业的速度,可以适当调大这个参数后重启 BE。但过多的线程可能会导致 IO 压力增加,影响其他操作。 Review Comment: 说明一下目前只支持倒排索引 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
