File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
markdown-pages/zh/tidb/master/releases Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ v7.3.0 引入了以下主要功能。[功能详情](#功能详情)中列出的
184
184
| 配置文件 | 配置项 | 修改类型 | 描述 |
185
185
| -------- | -------- | -------- | -------- |
186
186
| TiDB | [ ` enable-32bits-connection-id ` ] ( /tidb-configuration-file.md#enable-32bits-connection-id-从-v730-版本开始引入 ) | 新增 | 这个变量用于控制是否开启生成 32 位 connection ID 的功能。 |
187
- | TiDB | [ ` in-mem-slow-query-topn-num ` ] ( /tidb-configuration-file.md#in-mem-slow-query-topn-num-从-v730-版本开始引入 ) | 新增 | 这个变量用于控制缓存在内存中的最慢的 slow query 个数。 |
188
187
| TiDB | [ ` in-mem-slow-query-recent-num ` ] ( /tidb-configuration-file.md#in-mem-slow-query-recent-num-从-v730-版本开始引入 ) | 新增 | 这个变量用于控制缓存在内存中的最近使用的 slow query 个数。 |
188
+ | TiDB | [ ` in-mem-slow-query-topn-num ` ] ( /tidb-configuration-file.md#in-mem-slow-query-topn-num-从-v730-版本开始引入 ) | 新增 | 这个变量用于控制缓存在内存中的最慢的 slow query 个数。 |
189
189
| TiKV | [ ` coprocessor.region-bucket-size ` ] ( /tikv-configuration-file.md#region-bucket-size-从-v610-版本开始引入 ) | 修改 | 为降低客户端超时的可能性,默认值从 ` 96MiB ` 修改为 ` 50MiB ` 。 |
190
190
| TiKV | [ ` raft-engine.format-version ` ] ( /tikv-configuration-file.md#format-version-从-v630-版本开始引入 ) | 修改 | 当使用 Partitioned Raft KV (` storage.engine="partitioned-raft-kv" ` ) 时,会引入 Ribbon filter,因此将默认值从 ` 2 ` 修改为 ` 5 ` 。 |
191
191
| TiKV | [ ` raftdb.max-total-wal-size ` ] ( /tikv-configuration-file.md#max-total-wal-size-1 ) | 修改 | 当使用 Partitioned Raft KV (` storage.engine="partitioned-raft-kv" ` ) 时,TiKV 会跳过写 WAL,因此默认值从 ` "4GB" ` 修改为 ` 1 ` ,即禁用 WAL。 |
@@ -282,7 +282,7 @@ v7.3.0 引入了以下主要功能。[功能详情](#功能详情)中列出的
282
282
- 修复读取元数据时间超过一个 DDL lease 导致升级 TiDB 卡住的问题 [ #45176 ] ( https://github.com/pingcap/tidb/issues/45176 ) @[ zimulala] ( https://github.com/zimulala )
283
283
- 修复 ` SELECT CAST(n AS CHAR) ` 语句中的 ` n ` 为负数时,查询结果出错的问题 [ #44786 ] ( https://github.com/pingcap/tidb/issues/44786 ) @[ xhebox] ( https://github.com/xhebox )
284
284
- 修复开启 ` tidb_opt_agg_push_down ` 时查询可能返回错误结果的问题 [ #44795 ] ( https://github.com/pingcap/tidb/issues/44795 ) @[ AilinKid] ( https://github.com/AilinKid )
285
- - 修复了带有 ` current_date() ` 的查询使用 Plan Cache 导致的结果正确性问题 [ #45086 ] ( https://github.com/pingcap/tidb/issues/45086 ) @[ qw4990] ( https://github.com/qw4990 )
285
+ - 修复带有 ` current_date() ` 的查询使用 Plan Cache 导致结果错误的问题 [ #45086 ] ( https://github.com/pingcap/tidb/issues/45086 ) @[ qw4990] ( https://github.com/qw4990 )
286
286
287
287
+ TiKV
288
288
You can’t perform that action at this time.
0 commit comments