Skip to content

Commit

Permalink
v7.4: remove a note (#15208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang committed Oct 13, 2023
1 parent bedf47f commit 45e1333
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions releases/release-7.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ TiDB 版本:7.4.0
</tr>
</thead>
<tbody>
<tr>
<td>可扩展性与性能</td>
<td>提升在一个 <code>ADD INDEX</code> 语句中添加多个索引的性能(实验特性)</td>
<td>自 v6.2.0 起,你可以在单个 <code>ADD INDEX</code> 语句中为表添加多个索引,然而其性能与运行多个 <code>ADD INDEX</code> 语句相同。经过 v7.4.0 的优化后,在一个 SQL 语句中添加多个索引的性能得到了大幅改进。</td>
</tr>
<tr>
<td rowspan="3">稳定性与高可用</td>
<td>引入<a href="https://docs.pingcap.com/zh/tidb/v7.4/tidb-global-sort" target="_blank">全局排序能力</a>,提升<code>IMPORT INTO</code>和<code>ADD INDEX</code>任务的性能和稳定性</td>
Expand Down Expand Up @@ -117,10 +112,6 @@ TiDB 版本:7.4.0

更多信息,请参考[用户文档](/tidb-global-sort.md)

* 优化 Parallel Multi Schema Change,提升一个 SQL 语句添加多个索引的性能 [#41602](https://github.com/pingcap/tidb/issues/41602) @[tangenta](https://github.com/tangenta) @[Defined2014](https://github.com/Defined2014)

在 v7.4.0 之前,用户使用 Parallel Multi Schema Change 在一个 SQL 语句中提交多个 `ADD INDEX` 操作时,其性能与使用多个独立的 SQL 语句进行 `ADD INDEX` 操作的性能相同。经过 v7.4.0 的优化后,在一个 SQL 语句中添加多个索引的性能得到了大幅提升。

* 支持缓存非 Prepare 语句的执行计划 (GA) [#36598](https://github.com/pingcap/tidb/issues/36598) @[qw4990](https://github.com/qw4990)

TiDB v7.0.0 引入了非 Prepare 语句的执行计划缓存作为实验特性,以提升在线交易场景的并发处理能力。在 v7.4.0 中,该功能正式 GA。执行计划缓存技术将会被应用于更广泛的场景,从而提升 TiDB 的并发处理能力。
Expand Down Expand Up @@ -325,7 +316,7 @@ TiDB 版本:7.4.0

+ [Mydumper](https://docs.pingcap.com/zh/tidb/v4.0/mydumper-overview) 计划在 v7.5.0 中废弃,其绝大部分功能已经被 [Dumpling](/dumpling-overview.md) 取代,强烈建议切换到 Dumpling。
+ TiKV-importer 组件计划在 v7.5.0 中废弃,建议使用 [TiDB Lightning 物理导入模式](/tidb-lightning/tidb-lightning-physical-import-mode.md)作为替代方案。

## 改进提升

+ TiDB
Expand Down

0 comments on commit 45e1333

Please sign in to comment.