Skip to content

Commit

Permalink
v8.1.1: Turn off hash agg spill by default (#18560)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 authored Aug 27, 2024
1 parent 9847437 commit aac540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ mysql> SELECT job_info FROM mysql.analyze_jobs ORDER BY end_time DESC LIMIT 1;
- Persists to cluster: Yes
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
- Type: Boolean
- Default value: `ON`
- Default value: `ON` for v8.1.0; `OFF` for v8.1.1 and later 8.1 patch versions
- This variable controls whether TiDB supports disk spill for the parallel HashAgg algorithm. When it is `ON`, disk spill can be triggered for the parallel HashAgg algorithm. This variable will be deprecated after this feature is generally available in a future release.
### tidb_enable_pipelined_window_function
Expand Down

0 comments on commit aac540c

Please sign in to comment.