Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add distinct-agg-push-down in tidb config file (#3259) #3266

Merged
merged 3 commits into from
Jul 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
resolve conflict
  • Loading branch information
ran-huang authored Jul 14, 2020
commit 6fc7f8e453261dc23daa27da6163a9ab6201e66b
3 changes: 0 additions & 3 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,6 @@ Configuration items related to performance.
- Default: `NO_PRIORITY`
- Optional values: `NO_PRIORITY`, `LOW_PRIORITY`, `HIGH_PRIORITY` and `DELAYED`.

<<<<<<< HEAD
=======
### `distinct-agg-push-down`

- Determines whether the optimizer executes the operation that pushes down the aggregation function with `Distinct` (such as `select count(distinct a) from t`) to Coprocessors.
Expand All @@ -369,7 +367,6 @@ Configuration items related to performance.
+ Default value: `20971520`
+ When `nested-loop-join-cache-capacity` is set to `0`, nested loop join cache is disabled by default. When the LRU size is larger than the value of `nested-loop-join-cache-capacity`, the elements in the LRU are removed.

>>>>>>> b799472... add distinct-agg-push-down in tidb config file (#3259)
## prepared-plan-cache

The Plan Cache configuration of the `PREPARE` statement.
Expand Down