Skip to content

Commit 11f7c83

Browse files
authored
[release] Update 3.0.3 release note (apache#1451)
## Versions - [x] dev - [x] 3.0 - [x] 2.1 - [x] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built
1 parent 3504dc4 commit 11f7c83

File tree

14 files changed

+527
-30
lines changed

14 files changed

+527
-30
lines changed

common_docs_zh/gettingStarted/demo-block/latest.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Latest() {
2424
</div>
2525
</div> */}
2626
<div className="home-page-hero-right">
27-
<a className="latest-button" href="https://5234442745174.huodongxing.com/event/5782312528011">
27+
<a className="latest-button" href="https://doris-summit.org.cn/">
2828
<div className="home-page-hero-button-label"><div>近期活动</div></div>
2929
<div className="latest-button-title">
3030
{/* <div className="home-page-hero-button-icon">

common_docs_zh/releasenotes/all-release.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ under the License.
3030

3131
:::tip 最新发布
3232

33-
🎉 3.0.2 版本已于 2024 年 10 月 15 日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.2)。从 3.X 版本开始,Apache Doris 除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
33+
🎉 3.0.3 版本已于 2024 年 12 月 02 日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.3)。从 3.X 版本开始,Apache Doris 除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。
34+
3435

3536
🎉 2.1.7 版本现已于 2024 年 10 月 15 日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.7)。子查询性能方面 2.1 版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。
3637

3738
:::
3839

3940
<br />
4041

42+
- [2024-12-02, Apache Doris 3.0.2 版本发布](../releasenotes/v3.0/release-3.0.2.md)
43+
4144
- [2024-11-10, Apache Doris 2.1.7 版本发布](../releasenotes/v2.1/release-2.1.7.md)
4245

4346
- [2024-10-15, Apache Doris 3.0.2 版本发布](../releasenotes/v3.0/release-3.0.2.md)

common_docs_zh/releasenotes/v3.0/release-3.0.3.md

+227
Large diffs are not rendered by default.

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const config = {
230230
},
231231
announcementBar: {
232232
id: 'apache_doris_meetup_singapore',
233-
content: `<a href="https://5234442745174.huodongxing.com/event/5782312528011" target="_blank" style="display: flex; width: 100%; align-items: center; justify-content: center; margin-left: 4px; text-decoration: none; color: white">Join the Doris Summit Asia 2024 on December 14 ! </a>`,
233+
content: `<a href="" target="_blank" style="display: flex; width: 100%; align-items: center; justify-content: center; margin-left: 4px; text-decoration: none; color: white">All eyes of the community are on Shenzhen right now 🔥 Join the Doris Summit Asia 2024 on December 14! 🔥 </a>`,
234234
backgroundColor: '#3C2FD4',
235235
textColor: '#FFFFFF',
236236
// isCloseable: false,

i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/small-file-mgr.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66
---
77

8-
<!--
8+
<!--
99
Licensed to the Apache Software Foundation (ASF) under one
1010
or more contributor license agreements. See the NOTICE file
1111
distributed with this work for additional information
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
2424
under the License.
2525
-->
2626

27-
28-
2927
Doris 中的一些功能需要使用一些用户自定义的文件。比如用于访问外部数据源的公钥、密钥文件、证书文件等等。文件管理器提供这样一个功能,能够让用户预先上传这些文件并保存在 Doris 系统中,然后可以在其他命令中引用或访问。
3028

3129
## 名词解释
@@ -134,4 +132,4 @@ Examples:
134132

135133
## 更多帮助
136134

137-
关于文件管理器使用的更多详细语法及最佳实践,请参阅 [CREATE FILE](../sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-FILE.md)[DROP FILE](../sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-FILE.md)[SHOW FILE](../sql-manual/sql-statements/Show-Statements/SHOW-FILE.md) 命令手册,你也可以在 MySql 客户端命令行下输入 `HELP CREATE FILE``HELP DROP FILE``HELP SHOW FILE` 获取更多帮助信息。
135+
关于文件管理器使用的更多详细语法及最佳实践,请参阅 [CREATE FILE](../sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-FILE.md)[DROP FILE](../sql-manual/sql-statements/Data-Definition-Statements/Drop/DROP-FILE.md)[SHOW FILE](../sql-manual/sql-statements/Show-Statements/SHOW-FILE.md) 命令手册,你也可以在 MySql 客户端命令行下输入 `HELP CREATE FILE``HELP DROP FILE``HELP SHOW FILE` 获取更多帮助信息。

releasenotes/all-release.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ This document presents a summary of Apache Doris versions released within one ye
2828

2929
:::tip Latest Release
3030

31-
🎉 Version 3.0.2 released now. Check out the 🔗[Release Notes](../releasenotes/v3.0/release-3.0.2) here. Starting from version 3.X, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads.
31+
🎉 Version 3.0.3 released now. Check out the 🔗[Release Notes](../releasenotes/v3.0/release-3.0.3) here. Starting from version 3.X, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads.
32+
33+
<br />
3234

3335
🎉 Version 2.1.7 released now. Check out the 🔗[Release Notes](../releasenotes/v2.1/release-2.1.6) here. The 2.1 version delivers exceptional performance with 100% higher out-of-the-box queries proven by TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than Trino and Spark, solid support for semi-structured data analysis with new Variant types and suite of analytical functions, asynchronous materialized views for query acceleration, optimized real-time writing at scale, and better workload management with stability and runtime SQL resource tracking.
3436

@@ -37,6 +39,8 @@ This document presents a summary of Apache Doris versions released within one ye
3739

3840
<br />
3941

42+
- [2024-12-02, Apache Doris 3.0.3 is released](../releasenotes/v3.0/release-3.0.3.md)
43+
4044
- [2024-11-10, Apache Doris 2.1.7 is released](../releasenotes/v2.1/release-2.1.7.md)
4145

4246
- [2024-10-15, Apache Doris 3.0.2 is released](../releasenotes/v3.0/release-3.0.2.md)

releasenotes/v2.1/release-2.1.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
2424
under the License.
2525
-->
2626

27-
Dear community, **Apache Doris version 2.1.7 was officially released on November 10, 2024.** This version brings continuous upgrades and improvementsAdditionally, several fixes have been implemented in areas such as the to the Lakehouse, Async Materialized Views, and Semi-Structured Data Management, Query Optimizer and Permission Management.
27+
Dear community, **Apache Doris version 2.1.7 was officially released on November 10, 2024.** This version brings continuous upgrades and improvements. Additionally, several fixes have been implemented in areas such as the to the Lakehouse, Async Materialized Views, and Semi-Structured Data Management, Query Optimizer and Permission Management.
2828

2929
**Quick Download:** https://doris.apache.org/download/
3030

0 commit comments

Comments
 (0)