Skip to content

Commit

Permalink
add concurrently-init-stats
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei authored and ti-chi-bot committed May 13, 2024
1 parent 0753b22 commit cbeb15a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,17 +565,17 @@ Configuration items related to performance.
+ Default value: `5`
+ Currently, the valid value range is `[1, 128]`.

### `concurrently-init-stats` <span class="version-mark">New in v8.1.0 and v7.5.2</span>

+ Controls whether to init statistics concurrently during TiDB startup.
+ Default value: `false`

### `stats-load-queue-size` <span class="version-mark">New in v5.4.0</span>

+ The maximum number of column requests that the TiDB synchronously loading statistics feature can cache.
+ Default value: `1000`
+ Currently, the valid value range is `[1, 100000]`.

### `concurrently-init-stats` <span class="version-mark">New in v8.1.0 and v7.5.2</span>

+ Controls whether to init statistics concurrently during TiDB startup.
+ Default value: `false`

### `lite-init-stats` <span class="version-mark">New in v7.1.0</span>

+ Controls whether to use lightweight statistics initialization during TiDB startup.
Expand Down

0 comments on commit cbeb15a

Please sign in to comment.