Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Cai <[email protected]>
  • Loading branch information
Oreoxmt and qiancai authored Aug 14, 2024
1 parent 8392110 commit 1e36de3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -5874,10 +5874,10 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
- Type: Enumeration
- Default value: `force_preagg`
- Value options: `force_preagg`, `force_streaming`, `auto`
- This variable controls the pre-aggregation strategy used in the first stage of two-stage or three-stage HashAgg operations pushed down to TiFlash:
- `force_preagg`: TiFlash forces pre-aggregation in the first stage of HashAgg. This behavior is consistent with the behavior before v8.3.0.
- This variable controls the pre-aggregation strategy used during the first stage of two-stage or three-stage HashAgg operations pushed down to TiFlash:
- `force_preagg`: TiFlash forces pre-aggregation during the first stage of HashAgg. This behavior is consistent with the behavior before v8.3.0.
- `force_streaming`: TiFlash directly sends data to the next stage of HashAgg without pre-aggregation.
- `auto`: TiFlash automatically selects whether to perform pre-aggregation based on the current workload's aggregation degree.
- `auto`: TiFlash automatically chooses whether to perform pre-aggregation based on the current workload's aggregation degree.
### tikv_client_read_timeout <span class="version-mark">New in v7.4.0</span>
Expand Down

0 comments on commit 1e36de3

Please sign in to comment.