docs-cn icon indicating copy to clipboard operation
docs-cn copied to clipboard

Needs update of descriptions containing `tidb_scatter_region`

Open ekexium opened this issue 1 year ago • 1 comments

Change Request

This repository is ONLY used to solve problems related to DOCS-CN. For other issues (TiDB, TiKV, etc), please move to other repositories.

Please answer the following questions before submitting your issue. Thanks!

  1. Describe what you find is inappropriate or missing in the existing docs.

In the dev version of https://docs.pingcap.com/zh/tidb/dev/sql-statement-split-region (v8.4)

There is a paragraph:

tidb_scatter_region:该变量用于控制建表完成后是否等待预切分和打散 Region 完成后再返回结果。如果建表后有大批量写入,需要设置该变量值为 1

However, the system variable has changed its type from a bool to a enum

  1. Describe your suggestion or addition.

This paragraph requires updating. Please also review and revise any related sections as necessary.

  1. Provide some reference materials (documents, websites, etc) if you could.

ekexium avatar Oct 15 '24 12:10 ekexium

@Benjamin2037 Please take a look at this issue and submit a pull request to update relevant description. The current PR https://github.com/pingcap/docs-cn/pull/18626 only modifies the system variable.

Oreoxmt avatar Oct 16 '24 03:10 Oreoxmt