Skip to content

Commit

Permalink
Remove concurrently-init-stats due to known issue (#19770) (#19773)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 23, 2024
1 parent c842afb commit 5d6e229
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tidb-performance-tuning-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,13 @@ Add the following configuration items to the TiDB configuration file:

```toml
[performance]
concurrently-init-stats = true
force-init-stats = true
lite-init-stats = false
```

| Configuration item | Description | Note |
| ---------| ---- | ----|
| [`concurrently-init-stats`](/tidb-configuration-file.md#concurrently-init-stats-new-in-v810-and-v752), [`force-init-stats`](/tidb-configuration-file.md#force-init-stats-new-in-v657-and-v710), and [`lite-init-stats`](/tidb-configuration-file.md#lite-init-stats-new-in-v710) | Ensure the concurrent and comprehensive loading of table statistics during TiDB startup, which improves initial query optimization performance. | Might increase startup duration and memory usage. |
| [`force-init-stats`](/tidb-configuration-file.md#force-init-stats-new-in-v657-and-v710) and [`lite-init-stats`](/tidb-configuration-file.md#lite-init-stats-new-in-v710) | Ensure the comprehensive loading of table statistics during TiDB startup, which improves initial query optimization performance. | Might increase startup duration and memory usage. |

### TiKV configurations

Expand Down

0 comments on commit 5d6e229

Please sign in to comment.