Skip to content

Commit

Permalink
remove system variable tidb_track_aggregate_memory_usage (pingcap#5029
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Joyinqin authored Mar 25, 2021
1 parent fbbbd2a commit b33aa8e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1084,16 +1084,6 @@ SET tidb_slow_log_threshold = 200;
- Default value: 0
- This variable is used to limit the maximum number of requests TiDB can send to TiKV at the same time. 0 means no limit.
### tidb_track_aggregate_memory_usage <span class="version-mark">New in v5.0.0-rc</span>
> **Warning:**
>
> `tidb_track_aggregate_memory_usage` is currently an experimental feature. It is not recommended to use this feature in the production environment.
- Scope: SESSION | GLOBAL
- Default value: OFF
- This variable controls whether to track the memory usage of the aggregate function. When you enable this feature, TiDB counts the memory usage of the aggregate function, which might cause the overall SQL memory statistics to exceed the threshold [`mem-quota-query`](/tidb-configuration-file.md#mem-quota-query), and then be affected by the behavior defined by [`oom-action`](/tidb-configuration-file.md#oom-action).
### tidb_txn_mode
- Scope: SESSION | GLOBAL
Expand Down

0 comments on commit b33aa8e

Please sign in to comment.