From 007abe2fd82f1038822e5a66fb097926047974db Mon Sep 17 00:00:00 2001 From: Roger Song Date: Fri, 13 Sep 2024 19:19:01 +0800 Subject: [PATCH] move the enhancement of BR to the correct position --- releases/release-8.4.0.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/releases/release-8.4.0.md b/releases/release-8.4.0.md index ca7355e974d9..79eebced270e 100644 --- a/releases/release-8.4.0.md +++ b/releases/release-8.4.0.md @@ -282,11 +282,9 @@ TiDB 版本:8.4.0 - 优化器估行的最小值为`1`,与其他数据库行为一致 [#47400](https://github.com/pingcap/tidb/issues/47400) @[terry1purcell](https://github.com/terry1purcell) **tw@Oreoxmt** - 为日志表 [`mysql.tidb_runaway_queries`](/mysql-schema/mysql-schema.md#runaway-queries-相关系统表) 增加写入控制,降低并发大量写入引发的开销 [#issue号](链接) @[HuSharp](https://github.com/HuSharp) **tw@lilin90** - 当内表上有 `Selection` 或 `Projection` 算子时默认支持 Index Join [#issue号](链接) @[winoros](https://github.com/winoros) **tw@qiancai** - - 默认不允许使用 SQL 全量恢复数据到非空集群 [#55087](https://github.com/pingcap/tidb/issues/55087) @[BornChanger](https://github.com/BornChanger) **tw@Oreoxmt** - 减少部分场景的 DELETE 操作从 TiKV 获取的列信息数量,降低 DELETE 操作的资源开销。[#issue号](链接) [winoros](https://github.com/winoros) **tw@Oreoxmt** - 优化 Priority Queue 基于 Meta Cache V2 的运行效率 [#49972](https://github.com/pingcap/tidb/issues/49972) [Rustin170506](https://github.com/Rustin170506) - 自动统计信息收集根据部署规模和硬件规格决定执行和扫描的并发度 [#issue号](链接) @[hawkingrei](https://github.com/hawkingrei) **tw@Oreoxmt** - - 优化同时设置 `split-table=false` 和 `split-region-on-table=false` 时,集群恢复的 region 分配策略 [#issue号](链接) @[Leavrth](https://github.com/Leavrth) **tw@qiancai** + TiKV @@ -298,6 +296,10 @@ TiDB 版本:8.4.0 + Backup & Restore (BR) + - 集群恢复时同时设置 `split-table=false` 和 `split-region-on-table=false`,优化 region 的分配策略 [#issue号](链接) @[Leavrth](https://github.com/Leavrth) + **tw@qiancai** + - 默认不允许使用 SQL 全量恢复数据到非空集群 [#55087](https://github.com/pingcap/tidb/issues/55087) @[BornChanger](https://github.com/BornChanger) **tw@Oreoxmt** + + TiCDC + TiDB Data Migration (DM)