Skip to content

Commit 86d1a7d

Browse files
committed
This is an automated cherry-pick of pingcap#21725
Signed-off-by: ti-chi-bot <[email protected]>
1 parent 91c6c0a commit 86d1a7d

File tree

5 files changed

+95
-35
lines changed

5 files changed

+95
-35
lines changed

garbage-collection-configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ show config where type = 'tikv' and name like '%enable-compaction-filter%';
117117
>
118118
> - For TiDB versions before v7.1.3, it is recommended to disable Compaction Filter to speed up GC.
119119
> - For TiDB versions from v7.1.3 to v7.5.6, TiDB automatically triggers compaction based on the number of redundant versions in each Region [`region-compact-min-redundant-rows`](/tikv-configuration-file.md#region-compact-min-redundant-rows-new-in-v710) and the percentage of redundant versions [`region-compact-redundant-rows-percent`](/tikv-configuration-file.md#region-compact-redundant-rows-percent-new-in-v710) to improve Compaction Filter GC performance. In this case, adjust these configuration items instead of disabling Compaction Filter.
120+
<<<<<<< HEAD
120121
> - Starting from v7.5.7, [`region-compact-min-redundant-rows`](/tikv-configuration-file.md#region-compact-min-redundant-rows-new-in-v710) and [`region-compact-redundant-rows-percent`](/tikv-configuration-file.md#region-compact-redundant-rows-percent-new-in-v710) are deprecated. TiDB now automatically triggers compaction based on [`gc.auto-compaction.redundant-rows-threshold`](/tikv-configuration-file.md#redundant-rows-threshold-new-in-v757-and-v900) and [`gc.auto-compaction.redundant-rows-percent-threshold`](/tikv-configuration-file.md#redundant-rows-percent-threshold-new-in-v757-and-v900). In this case, adjust these configuration items instead of disabling Compaction Filter.
122+
=======
123+
> - Starting from v7.5.7, [`region-compact-min-redundant-rows`](/tikv-configuration-file.md#region-compact-min-redundant-rows-new-in-v710) and [`region-compact-redundant-rows-percent`](/tikv-configuration-file.md#region-compact-redundant-rows-percent-new-in-v710) are deprecated. TiDB now automatically triggers compaction based on [`gc.auto-compaction.redundant-rows-threshold`](/tikv-configuration-file.md#redundant-rows-threshold-new-in-v757) and [`gc.auto-compaction.redundant-rows-percent-threshold`](/tikv-configuration-file.md#redundant-rows-percent-threshold-new-in-v757). In this case, adjust these configuration items instead of disabling Compaction Filter.
124+
>>>>>>> 48918f3b0b (tikv: update auto compaction config (#21656) (#21725))
121125
122126
</CustomContent>

releases/release-8.5.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v8.5/quick-start-with-
1313

1414
## Compatibility changes
1515

16-
- Add the following system variables for internal use by the [Cost Model](/cost-model.md). It is **NOT** recommended to modify these variables: [`tidb_opt_hash_agg_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_hash_agg_cost_factor-new-in-v853-and-v900), [`tidb_opt_hash_join_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_hash_join_cost_factor-new-in-v853-and-v900), [`tidb_opt_index_join_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_join_cost_factor-new-in-v853-and-v900), [`tidb_opt_index_lookup_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_lookup_cost_factor-new-in-v853-and-v900), [`tidb_opt_index_merge_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_merge_cost_factor-new-in-v853-and-v900), [`tidb_opt_index_reader_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_reader_cost_factor-new-in-v853-and-v900), [`tidb_opt_index_scan_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_scan_cost_factor-new-in-v853-and-v900), [`tidb_opt_limit_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_limit_cost_factor-new-in-v853-and-v900), [`tidb_opt_merge_join_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_merge_join_cost_factor-new-in-v853-and-v900), [`tidb_opt_sort_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_sort_cost_factor-new-in-v853-and-v900), [`tidb_opt_stream_agg_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_stream_agg_cost_factor-new-in-v853-and-v900), [`tidb_opt_table_full_scan_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_full_scan_cost_factor-new-in-v853-and-v900), [`tidb_opt_table_range_scan_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_range_scan_cost_factor-new-in-v853-and-v900), [`tidb_opt_table_reader_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_reader_cost_factor-new-in-v853-and-v900), [`tidb_opt_table_rowid_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_rowid_cost_factor-new-in-v853-and-v900), [`tidb_opt_table_tiflash_scan_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_tiflash_scan_cost_factor-new-in-v853-and-v900), and [`tidb_opt_topn_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_topn_cost_factor-new-in-v853-and-v900) [#60357](https://github.com/pingcap/tidb/issues/60357) @[terry1purcell](https://github.com/terry1purcell)
16+
- Add the following system variables for internal use by the [Cost Model](/cost-model.md). It is **NOT** recommended to modify these variables: [`tidb_opt_hash_agg_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_hash_agg_cost_factor-new-in-v853), [`tidb_opt_hash_join_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_hash_join_cost_factor-new-in-v853), [`tidb_opt_index_join_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_join_cost_factor-new-in-v853), [`tidb_opt_index_lookup_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_lookup_cost_factor-new-in-v853), [`tidb_opt_index_merge_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_merge_cost_factor-new-in-v853), [`tidb_opt_index_reader_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_reader_cost_factor-new-in-v853), [`tidb_opt_index_scan_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_index_scan_cost_factor-new-in-v853), [`tidb_opt_limit_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_limit_cost_factor-new-in-v853), [`tidb_opt_merge_join_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_merge_join_cost_factor-new-in-v853), [`tidb_opt_sort_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_sort_cost_factor-new-in-v853), [`tidb_opt_stream_agg_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_stream_agg_cost_factor-new-in-v853), [`tidb_opt_table_full_scan_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_full_scan_cost_factor-new-in-v853), [`tidb_opt_table_range_scan_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_range_scan_cost_factor-new-in-v853), [`tidb_opt_table_reader_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_reader_cost_factor-new-in-v853), [`tidb_opt_table_rowid_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_rowid_cost_factor-new-in-v853), [`tidb_opt_table_tiflash_scan_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_table_tiflash_scan_cost_factor-new-in-v853), and [`tidb_opt_topn_cost_factor`](https://docs.pingcap.com/tidb/v8.5/system-variables/#tidb_opt_topn_cost_factor-new-in-v853) [#60357](https://github.com/pingcap/tidb/issues/60357) @[terry1purcell](https://github.com/terry1purcell)
1717
- Reintroduce the [telemetry](https://docs.pingcap.com/tidb/v8.5/telemetry) feature. However, it only logs telemetry-related information locally and no longer sends data to PingCAP over the network [#61766](https://github.com/pingcap/tidb/issues/61766) @[Defined2014](https://github.com/Defined2014)
1818

1919
## Improvements

system-variable-reference.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3053,49 +3053,49 @@ Referenced in:
30533053

30543054
Referenced in:
30553055

3056-
- [System Variables](/system-variables.md#tidb_opt_hash_agg_cost_factor-new-in-v853-and-v900)
3056+
- [System Variables](/system-variables.md#tidb_opt_hash_agg_cost_factor-new-in-v853)
30573057
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
30583058

30593059
### tidb_opt_hash_join_cost_factor
30603060

30613061
Referenced in:
30623062

3063-
- [System Variables](/system-variables.md#tidb_opt_hash_join_cost_factor-new-in-v853-and-v900)
3063+
- [System Variables](/system-variables.md#tidb_opt_hash_join_cost_factor-new-in-v853)
30643064
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
30653065

30663066
### tidb_opt_index_join_cost_factor
30673067

30683068
Referenced in:
30693069

3070-
- [System Variables](/system-variables.md#tidb_opt_index_join_cost_factor-new-in-v853-and-v900)
3070+
- [System Variables](/system-variables.md#tidb_opt_index_join_cost_factor-new-in-v853)
30713071
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
30723072

30733073
### tidb_opt_index_lookup_cost_factor
30743074

30753075
Referenced in:
30763076

3077-
- [System Variables](/system-variables.md#tidb_opt_index_lookup_cost_factor-new-in-v853-and-v900)
3077+
- [System Variables](/system-variables.md#tidb_opt_index_lookup_cost_factor-new-in-v853)
30783078
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
30793079

30803080
### tidb_opt_index_merge_cost_factor
30813081

30823082
Referenced in:
30833083

3084-
- [System Variables](/system-variables.md#tidb_opt_index_merge_cost_factor-new-in-v853-and-v900)
3084+
- [System Variables](/system-variables.md#tidb_opt_index_merge_cost_factor-new-in-v853)
30853085
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
30863086

30873087
### tidb_opt_index_reader_cost_factor
30883088

30893089
Referenced in:
30903090

3091-
- [System Variables](/system-variables.md#tidb_opt_index_reader_cost_factor-new-in-v853-and-v900)
3091+
- [System Variables](/system-variables.md#tidb_opt_index_reader_cost_factor-new-in-v853)
30923092
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
30933093

30943094
### tidb_opt_index_scan_cost_factor
30953095

30963096
Referenced in:
30973097

3098-
- [System Variables](/system-variables.md#tidb_opt_index_scan_cost_factor-new-in-v853-and-v900)
3098+
- [System Variables](/system-variables.md#tidb_opt_index_scan_cost_factor-new-in-v853)
30993099
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
31003100

31013101
### tidb_opt_insubq_to_join_and_agg
@@ -3122,7 +3122,7 @@ Referenced in:
31223122

31233123
Referenced in:
31243124

3125-
- [System Variables](/system-variables.md#tidb_opt_limit_cost_factor-new-in-v853-and-v900)
3125+
- [System Variables](/system-variables.md#tidb_opt_limit_cost_factor-new-in-v853)
31263126
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
31273127

31283128
### tidb_opt_limit_push_down_threshold
@@ -3144,7 +3144,7 @@ Referenced in:
31443144

31453145
Referenced in:
31463146

3147-
- [System Variables](/system-variables.md#tidb_opt_merge_join_cost_factor-new-in-v853-and-v900)
3147+
- [System Variables](/system-variables.md#tidb_opt_merge_join_cost_factor-new-in-v853)
31483148
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
31493149

31503150
### tidb_opt_mpp_outer_join_fixed_build_side
@@ -3238,49 +3238,49 @@ Referenced in:
32383238

32393239
Referenced in:
32403240

3241-
- [System Variables](/system-variables.md#tidb_opt_sort_cost_factor-new-in-v853-and-v900)
3241+
- [System Variables](/system-variables.md#tidb_opt_sort_cost_factor-new-in-v853)
32423242
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
32433243

32443244
### tidb_opt_stream_agg_cost_factor
32453245

32463246
Referenced in:
32473247

3248-
- [System Variables](/system-variables.md#tidb_opt_stream_agg_cost_factor-new-in-v853-and-v900)
3248+
- [System Variables](/system-variables.md#tidb_opt_stream_agg_cost_factor-new-in-v853)
32493249
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
32503250

32513251
### tidb_opt_table_full_scan_cost_factor
32523252

32533253
Referenced in:
32543254

3255-
- [System Variables](/system-variables.md#tidb_opt_table_full_scan_cost_factor-new-in-v853-and-v900)
3255+
- [System Variables](/system-variables.md#tidb_opt_table_full_scan_cost_factor-new-in-v853)
32563256
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
32573257

32583258
### tidb_opt_table_range_scan_cost_factor
32593259

32603260
Referenced in:
32613261

3262-
- [System Variables](/system-variables.md#tidb_opt_table_range_scan_cost_factor-new-in-v853-and-v900)
3262+
- [System Variables](/system-variables.md#tidb_opt_table_range_scan_cost_factor-new-in-v853)
32633263
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
32643264

32653265
### tidb_opt_table_reader_cost_factor
32663266

32673267
Referenced in:
32683268

3269-
- [System Variables](/system-variables.md#tidb_opt_table_reader_cost_factor-new-in-v853-and-v900)
3269+
- [System Variables](/system-variables.md#tidb_opt_table_reader_cost_factor-new-in-v853)
32703270
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
32713271

32723272
### tidb_opt_table_rowid_cost_factor
32733273

32743274
Referenced in:
32753275

3276-
- [System Variables](/system-variables.md#tidb_opt_table_rowid_cost_factor-new-in-v853-and-v900)
3276+
- [System Variables](/system-variables.md#tidb_opt_table_rowid_cost_factor-new-in-v853)
32773277
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
32783278

32793279
### tidb_opt_table_tiflash_scan_cost_factor
32803280

32813281
Referenced in:
32823282

3283-
- [System Variables](/system-variables.md#tidb_opt_table_tiflash_scan_cost_factor-new-in-v853-and-v900)
3283+
- [System Variables](/system-variables.md#tidb_opt_table_tiflash_scan_cost_factor-new-in-v853)
32843284
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
32853285

32863286
### tidb_opt_three_stage_distinct_agg
@@ -3300,7 +3300,7 @@ Referenced in:
33003300

33013301
Referenced in:
33023302

3303-
- [System Variables](/system-variables.md#tidb_opt_topn_cost_factor-new-in-v853-and-v900)
3303+
- [System Variables](/system-variables.md#tidb_opt_topn_cost_factor-new-in-v853)
33043304
- [TiDB 8.5.3 Release Notes](/releases/release-8.5.3.md)
33053305

33063306
### tidb_opt_use_invisible_indexes

system-variables.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4941,7 +4941,7 @@ SHOW WARNINGS;
49414941
- Default value: `OFF`
49424942
- This variable is used to control whether to allow `INSERT`, `REPLACE`, and `UPDATE` statements to operate on the `_tidb_rowid` column. This variable can be used only when you import data using TiDB tools.
49434943
4944-
### tidb_opt_hash_agg_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
4944+
### tidb_opt_hash_agg_cost_factor <span class="version-mark">New in v8.5.3</span>
49454945
49464946
> **Warning:**
49474947
>
@@ -4953,7 +4953,7 @@ SHOW WARNINGS;
49534953
- Range: `[0, 2147483647]`
49544954
- Default value: `1`
49554955
4956-
### tidb_opt_hash_join_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
4956+
### tidb_opt_hash_join_cost_factor <span class="version-mark">New in v8.5.3</span>
49574957
49584958
> **Warning:**
49594959
>
@@ -4965,7 +4965,7 @@ SHOW WARNINGS;
49654965
- Range: `[0, 2147483647]`
49664966
- Default value: `1`
49674967
4968-
### tidb_opt_index_join_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
4968+
### tidb_opt_index_join_cost_factor <span class="version-mark">New in v8.5.3</span>
49694969
49704970
> **Warning:**
49714971
>
@@ -4977,7 +4977,7 @@ SHOW WARNINGS;
49774977
- Range: `[0, 2147483647]`
49784978
- Default value: `1`
49794979
4980-
### tidb_opt_index_lookup_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
4980+
### tidb_opt_index_lookup_cost_factor <span class="version-mark">New in v8.5.3</span>
49814981
49824982
> **Warning:**
49834983
>
@@ -4989,7 +4989,7 @@ SHOW WARNINGS;
49894989
- Range: `[0, 2147483647]`
49904990
- Default value: `1`
49914991
4992-
### tidb_opt_index_merge_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
4992+
### tidb_opt_index_merge_cost_factor <span class="version-mark">New in v8.5.3</span>
49934993
49944994
> **Warning:**
49954995
>
@@ -5001,7 +5001,7 @@ SHOW WARNINGS;
50015001
- Range: `[0, 2147483647]`
50025002
- Default value: `1`
50035003
5004-
### tidb_opt_index_reader_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5004+
### tidb_opt_index_reader_cost_factor <span class="version-mark">New in v8.5.3</span>
50055005
50065006
> **Warning:**
50075007
>
@@ -5013,7 +5013,7 @@ SHOW WARNINGS;
50135013
- Range: `[0, 2147483647]`
50145014
- Default value: `1`
50155015
5016-
### tidb_opt_index_scan_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5016+
### tidb_opt_index_scan_cost_factor <span class="version-mark">New in v8.5.3</span>
50175017
50185018
> **Warning:**
50195019
>
@@ -5025,7 +5025,7 @@ SHOW WARNINGS;
50255025
- Range: `[0, 2147483647]`
50265026
- Default value: `1`
50275027
5028-
### tidb_opt_limit_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5028+
### tidb_opt_limit_cost_factor <span class="version-mark">New in v8.5.3</span>
50295029
50305030
> **Warning:**
50315031
>
@@ -5037,7 +5037,7 @@ SHOW WARNINGS;
50375037
- Range: `[0, 2147483647]`
50385038
- Default value: `1`
50395039
5040-
### tidb_opt_merge_join_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5040+
### tidb_opt_merge_join_cost_factor <span class="version-mark">New in v8.5.3</span>
50415041
50425042
> **Warning:**
50435043
>
@@ -5049,7 +5049,7 @@ SHOW WARNINGS;
50495049
- Range: `[0, 2147483647]`
50505050
- Default value: `1`
50515051
5052-
### tidb_opt_sort_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5052+
### tidb_opt_sort_cost_factor <span class="version-mark">New in v8.5.3</span>
50535053
50545054
> **Warning:**
50555055
>
@@ -5061,7 +5061,7 @@ SHOW WARNINGS;
50615061
- Range: `[0, 2147483647]`
50625062
- Default value: `1`
50635063
5064-
### tidb_opt_stream_agg_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5064+
### tidb_opt_stream_agg_cost_factor <span class="version-mark">New in v8.5.3</span>
50655065
50665066
> **Warning:**
50675067
>
@@ -5073,7 +5073,7 @@ SHOW WARNINGS;
50735073
- Range: `[0, 2147483647]`
50745074
- Default value: `1`
50755075
5076-
### tidb_opt_table_full_scan_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5076+
### tidb_opt_table_full_scan_cost_factor <span class="version-mark">New in v8.5.3</span>
50775077
50785078
> **Warning:**
50795079
>
@@ -5085,7 +5085,7 @@ SHOW WARNINGS;
50855085
- Range: `[0, 2147483647]`
50865086
- Default value: `1`
50875087
5088-
### tidb_opt_table_range_scan_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5088+
### tidb_opt_table_range_scan_cost_factor <span class="version-mark">New in v8.5.3</span>
50895089
50905090
> **Warning:**
50915091
>
@@ -5097,7 +5097,7 @@ SHOW WARNINGS;
50975097
- Range: `[0, 2147483647]`
50985098
- Default value: `1`
50995099
5100-
### tidb_opt_table_reader_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5100+
### tidb_opt_table_reader_cost_factor <span class="version-mark">New in v8.5.3</span>
51015101
51025102
> **Warning:**
51035103
>
@@ -5109,7 +5109,7 @@ SHOW WARNINGS;
51095109
- Range: `[0, 2147483647]`
51105110
- Default value: `1`
51115111
5112-
### tidb_opt_table_rowid_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5112+
### tidb_opt_table_rowid_cost_factor <span class="version-mark">New in v8.5.3</span>
51135113
51145114
> **Warning:**
51155115
>
@@ -5121,7 +5121,7 @@ SHOW WARNINGS;
51215121
- Range: `[0, 2147483647]`
51225122
- Default value: `1`
51235123
5124-
### tidb_opt_table_tiflash_scan_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5124+
### tidb_opt_table_tiflash_scan_cost_factor <span class="version-mark">New in v8.5.3</span>
51255125
51265126
> **Warning:**
51275127
>
@@ -5133,7 +5133,7 @@ SHOW WARNINGS;
51335133
- Range: `[0, 2147483647]`
51345134
- Default value: `1`
51355135
5136-
### tidb_opt_topn_cost_factor <span class="version-mark">New in v8.5.3 and v9.0.0</span>
5136+
### tidb_opt_topn_cost_factor <span class="version-mark">New in v8.5.3</span>
51375137
51385138
> **Warning:**
51395139
>

0 commit comments

Comments
 (0)