Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Nov 14, 2023
1 parent e6e8530 commit f4f4955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,11 @@ When running the `ANALYZE` statement, you can use [`tidb_analyze_partition_concu

#### `tidb_distsql_scan_concurrency`

When you analyze regular columns, you can use the [`tidb_distsql_scan_concurrency`](/system-variables.md#tidb_distsql_scan_concurrency) parameter to control the number of Region to be read at one time. The default value is `15`. Meanwhile, it will also affect query performance, please adjust carefully.
When you analyze regular columns, you can use the [`tidb_distsql_scan_concurrency`](/system-variables.md#tidb_distsql_scan_concurrency) parameter to control the number of Regions to be read at one time. The default value is `15`. Note that changing the value will affect query performance. Adjust the value carefully.

#### `tidb_index_serial_scan_concurrency`

When you analyze index columns, you can use the [`tidb_index_serial_scan_concurrency`](/system-variables.md#tidb_index_serial_scan_concurrency) parameter to control the number of Region to be read at one time. The default value is `1`. Meanwhile, it will also affect query performance, please adjust carefully.
When you analyze index columns, you can use the [`tidb_index_serial_scan_concurrency`](/system-variables.md#tidb_index_serial_scan_concurrency) parameter to control the number of Regions to be read at one time. The default value is `1`. Note that changing the value will affect query performance. Adjust the value carefully.

### Persist ANALYZE configurations

Expand Down

0 comments on commit f4f4955

Please sign in to comment.