diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index fed0b5b02ae83..1cb86d572c761 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -565,17 +565,17 @@ Configuration items related to performance. + Default value: `5` + Currently, the valid value range is `[1, 128]`. -### `concurrently-init-stats` New in v8.1.0 and v7.5.2 - -+ Controls whether to init statistics concurrently during TiDB startup. -+ Default value: `false` - ### `stats-load-queue-size` New in v5.4.0 + 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` New in v8.1.0 and v7.5.2 + ++ Controls whether to init statistics concurrently during TiDB startup. ++ Default value: `false` + ### `lite-init-stats` New in v7.1.0 + Controls whether to use lightweight statistics initialization during TiDB startup.