diff --git a/docs/en/release_notes/release-3.2.md b/docs/en/release_notes/release-3.2.md index e5774f919e19d..5de456df541e2 100644 --- a/docs/en/release_notes/release-3.2.md +++ b/docs/en/release_notes/release-3.2.md @@ -36,7 +36,7 @@ Release date: October 23, 2024 ### Improvements - Optimized memory allocation and statistics in BE for certain complex query scenarios to avoid OOM. [#51382](https://github.com/StarRocks/starrocks/pull/51382) -- Optimized memory usage in FE in Schema Change scenarios. [#48569](https://github.com/StarRocks/starrocks/pull/48569) +- Optimized memory usage in FE in Schema Change scenarios. [#50855](https://github.com/StarRocks/starrocks/pull/50855) - Optimized the job status display when querying the system-defined view `information_schema.routine_load_jobs` from Follower FE nodes. [#51763](https://github.com/StarRocks/starrocks/pull/51763) - Supports Backup and Restore of with the List partitioned tables. [#51993](https://github.com/StarRocks/starrocks/pull/51993) diff --git a/docs/zh/release_notes/release-3.2.md b/docs/zh/release_notes/release-3.2.md index 97bd5fde7134f..2f1cdfde4e898 100644 --- a/docs/zh/release_notes/release-3.2.md +++ b/docs/zh/release_notes/release-3.2.md @@ -36,7 +36,7 @@ displayed_sidebar: docs ### 功能优化 - 优化在部分复杂查询场景下 BE 内存分配和统计,避免 OOM。[#51382](https://github.com/StarRocks/starrocks/pull/51382) -- 优化在 Schema Change 场景下 FE 的内存使用。[#48569](https://github.com/StarRocks/starrocks/pull/48569) +- 优化在 Schema Change 场景下 FE 的内存使用。[#50855](https://github.com/StarRocks/starrocks/pull/50855) - 优化从 Follower FE 节点查询系统定义视图 `information_schema.routine_load_jobs` 时 Job 状态的展示。[#51763](https://github.com/StarRocks/starrocks/pull/51763) - 支持备份还原 List 分区表。[#51993](https://github.com/StarRocks/starrocks/pull/51993)