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

planner: add docs for some variables #9943

Merged
merged 31 commits into from
Aug 18, 2022
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
73c22dc
fix ci
qw4990 Aug 3, 2022
d700942
fixup
qw4990 Aug 11, 2022
cbcc7ca
Merge remote-tracking branch 'upstream/master' into vars
qw4990 Aug 11, 2022
ea8e1c2
fixup
qw4990 Aug 11, 2022
aa8d832
fixup
qw4990 Aug 11, 2022
b8aab3e
address comments
qw4990 Aug 15, 2022
ab89763
Update system-variables.md
qw4990 Aug 16, 2022
b77e6c2
Update system-variables.md
qw4990 Aug 16, 2022
fe0b085
Update system-variables.md
qw4990 Aug 16, 2022
a39e5d6
Update system-variables.md
qw4990 Aug 16, 2022
84cd867
Update system-variables.md
qw4990 Aug 16, 2022
59a8c2d
Update system-variables.md
qw4990 Aug 16, 2022
7e8ca88
Update system-variables.md
qw4990 Aug 16, 2022
3b8a5c9
Update system-variables.md
qw4990 Aug 16, 2022
eb3554f
Update system-variables.md
qw4990 Aug 16, 2022
4797be3
Update system-variables.md
qw4990 Aug 16, 2022
ac5fed6
Update system-variables.md
qw4990 Aug 16, 2022
458b49f
Update system-variables.md
qw4990 Aug 16, 2022
8ff4b80
Update system-variables.md
qw4990 Aug 16, 2022
a60c199
Update system-variables.md
qw4990 Aug 16, 2022
9affe1d
Update system-variables.md
qw4990 Aug 16, 2022
0f08d6e
Update system-variables.md
qw4990 Aug 16, 2022
d0f5d3c
Update system-variables.md
qw4990 Aug 16, 2022
4c2d1b7
Update system-variables.md
qw4990 Aug 16, 2022
efae50d
Update system-variables.md
qw4990 Aug 16, 2022
45631c9
Update system-variables.md
qw4990 Aug 16, 2022
7454a40
Apply suggestions from code review
TomShawn Aug 16, 2022
c6d981c
Update system-variables.md
TomShawn Aug 16, 2022
1eac2a8
Update system-variables.md
qw4990 Aug 17, 2022
94a4398
Update system-variables.md
qw4990 Aug 17, 2022
676a458
Apply suggestions from code review
TomShawn Aug 18, 2022
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
Next Next commit
Update system-variables.md
Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
qw4990 and TomShawn authored Aug 16, 2022
commit d0f5d3c7df65be7ec6c8f031fb4716db2e1c6f20
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ For a system upgraded to v5.0 from an earlier version, if you have not modified
- Type: Float
- Range: `[0, 2147483647]`
- Default value: `1.5`
- Indicates the I/O cost of TiDB to read/write one byte from/to the temporary disk. It's used by the [Cost Model](/cost-model.md).
- Indicates the I/O cost for TiDB to read or write one byte of data from or to the temporary disk. This variable is internally used in the [Cost Model](/cost-model.md).
TomShawn marked this conversation as resolved.
Show resolved Hide resolved

### tidb_opt_distinct_agg_push_down

Expand Down