You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdown-pages/en/tidb/master/tidb-configuration-file.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -616,6 +616,10 @@ Configuration items related to performance.
616
616
617
617
### `concurrently-init-stats` <spanclass="version-mark">New in v8.1.0 and v7.5.2</span>
618
618
619
+
> **Warning:**
620
+
>
621
+
> Starting from v9.0.0, the `concurrently-init-stats` configuration item is deprecated and TiDB always initializes statistics concurrently during startup.
622
+
619
623
+ Controls whether to initialize statistics concurrently during TiDB startup. This configuration item takes effect only when [`lite-init-stats`](#lite-init-stats-new-in-v710) is set to `false`.
620
624
+ Default value: `false` for versions earlier than v8.2.0, `true` for v8.2.0 and later versions.
0 commit comments