Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc]Fix wrong pr url in release notes. #54774

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/release_notes/release-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/release_notes/release-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading