This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6968869373b [docs](cbo) Fix deadlink of what's new and nereids file
name (#981)
6968869373b is described below
commit 6968869373b57f76b8da2d7da7490d7f3bea4210
Author: KassieZ <[email protected]>
AuthorDate: Fri Aug 9 23:23:50 2024 +0800
[docs](cbo) Fix deadlink of what's new and nereids file name (#981)
---
...-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md | 4 ++--
common_docs_zh/gettingStarted/demo-block/page-hero-2.tsx | 4 ++--
docs/lakehouse/datalake-analytics/hudi.md | 2 +-
docs/query/nereids/{nereid.md => nereids-new.md} | 0
gettingStarted/demo-block/page-hero-2.tsx | 2 +-
.../current/lakehouse/datalake-analytics/hudi.md | 2 +-
.../current/query/nereids/{nereid.md => nereids-new.md} | 0
.../version-2.0/query/nereids/{nereid.md => nereids-new.md} | 0
.../version-2.1/lakehouse/datalake-analytics/hudi.md | 2 +-
.../version-2.1/query/nereids/{nereid.md => nereids-new.md} | 0
.../version-3.0/lakehouse/datalake-analytics/hudi.md | 2 +-
.../version-3.0/query/nereids/{nereid.md => nereids-new.md} | 0
sidebars.json | 4 ++--
.../version-2.0/query/nereids/{nereid.md => nereids-new.md} | 0
versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md | 2 +-
.../version-2.1/query/nereids/{nereid.md => nereids-new.md} | 0
versioned_docs/version-3.0/lakehouse/datalake-analytics/hudi.md | 2 +-
.../version-3.0/query/nereids/{nereid.md => nereids-new.md} | 0
versioned_sidebars/version-2.0-sidebars.json | 4 ++--
versioned_sidebars/version-2.1-sidebars.json | 4 ++--
versioned_sidebars/version-3.0-sidebars.json | 4 ++--
21 files changed, 19 insertions(+), 19 deletions(-)
diff --git
a/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md
b/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md
index c63def5706b..9497976e900 100644
---
a/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md
+++
b/blog/apache-doris-summit-asia-2023-what-can-you-expect-from-apache-doris-as-a-data-warehouse.md
@@ -39,7 +39,7 @@ Thanks to the hard work of 275 committers, the [Apache Doris
2.0](https://doris.
**Faster**
-This year, Apache Doris has attained a 10-fold performance increase in blind
benchmarking and single-table queries, a 13-fold increase in multi-table joins,
and a 20-fold increase in concurrent point queries. The high query performance
is supported by the smart design of Apache Doris, including a vectorized
execution engine, Merge-on-Write mechanism, the Light Schema Change feature, a
self-adaptive parallel execution model, and a [new query
optimizer](https://doris.apache.org/docs/query/ [...]
+This year, Apache Doris has attained a 10-fold performance increase in blind
benchmarking and single-table queries, a 13-fold increase in multi-table joins,
and a 20-fold increase in concurrent point queries. The high query performance
is supported by the smart design of Apache Doris, including a vectorized
execution engine, Merge-on-Write mechanism, the Light Schema Change feature, a
self-adaptive parallel execution model, and a [new query
optimizer](https://doris.apache.org/docs/query/ [...]
**Wider**
@@ -72,7 +72,7 @@ We aim to make Apache Doris the first choice for people in
real-time data analys
### Real-time response to queries
-As is said, Apache Doris 2.0 delivers 10 times faster query speed than the
previous versions, but what is the key accelerator behind such high
performance? It is the [cost-based query
optimizer](https://doris.apache.org/docs/query/nereids/) and the self-adaptive
[pipeline parallel execution
model](https://doris.apache.org/docs/query-acceleration/pipeline-execution-engine/)
of Apache Doris.
+As is said, Apache Doris 2.0 delivers 10 times faster query speed than the
previous versions, but what is the key accelerator behind such high
performance? It is the [cost-based query
optimizer](https://doris.apache.org/docs/query/nereids/nereids-new) and the
self-adaptive [pipeline parallel execution
model](https://doris.apache.org/docs/query-acceleration/pipeline-execution-engine/)
of Apache Doris.
In traditional data reporting, data is often arranged in flat tables. The idea
of flat tables and pre-aggregated tables is to trade storage space for query
speed. In these cases, the key to high performance is to accelerate data
scanning and aggregation. However, since nowadays data analytic workloads
involve more complex computations with more and larger batch processing, data
engineers often have to fine-tune the database and rewrite the SQL before they
can enjoy satisfactory query spe [...]
diff --git a/common_docs_zh/gettingStarted/demo-block/page-hero-2.tsx
b/common_docs_zh/gettingStarted/demo-block/page-hero-2.tsx
index 96678290799..8c6d822dffa 100644
--- a/common_docs_zh/gettingStarted/demo-block/page-hero-2.tsx
+++ b/common_docs_zh/gettingStarted/demo-block/page-hero-2.tsx
@@ -1,4 +1,4 @@
-import React,{useState,useEffect} from 'react';
+import React, { useState, useEffect } from 'react';
import './demo-block.css';
export default function PageHero2() {
const [currentVersion, setCurrentVersion] = useState('')
@@ -22,7 +22,7 @@ export default function PageHero2() {
</div>
</div> */}
<div className="home-page-hero-right">
- <a className="latest-button-CN"
href={`/zh-CN/docs${currentVersion === '' ? '' :
`/${currentVersion}`}/query/nereids`}>
+ <a className="latest-button-CN"
href={`/zh-CN/docs${currentVersion === '' ? '' :
`/${currentVersion}`}/query/nereids/nereids-new`}>
<div
className="home-page-hero-button-label"><div>数据查询</div></div>
<div className="latest-button-title">
{/* <div className="home-page-hero-button-icon">
diff --git a/docs/lakehouse/datalake-analytics/hudi.md
b/docs/lakehouse/datalake-analytics/hudi.md
index 89ac4c26cb0..c7e6783bce3 100644
--- a/docs/lakehouse/datalake-analytics/hudi.md
+++ b/docs/lakehouse/datalake-analytics/hudi.md
@@ -117,7 +117,7 @@ SELECT * from hudi_table@incr('beginTime'='xxx',
['endTime'='xxx'], ['hoodie.rea
```
`beginTime` is required, and the time format is consistent with the hudi
official website
[hudi_table_changes](https://hudi.apache.org/docs/0.14.0/quick-start-guide/#incremental-query),
and supports "earliest". `endTime` is optional, and the default is the latest
commitTime. Compatible with [Spark Read
Options](https://hudi.apache.org/docs/0.14.0/configurations#Read-Options).
-To support Incremental Read, you need to enable the [new
optimizer](../../query/nereids/nereids), which is enabled by default. By
viewing the execution plan through `desc`, we can find that Doris converts
`@incr` into `predicates` and pushes it down to `VHUDI_SCAN_NODE`:
+To support Incremental Read, you need to enable the [new
optimizer](../../query/nereids/nereids-new), which is enabled by default. By
viewing the execution plan through `desc`, we can find that Doris converts
`@incr` into `predicates` and pushes it down to `VHUDI_SCAN_NODE`:
```
| 0:VHUDI_SCAN_NODE(113) |
diff --git a/docs/query/nereids/nereid.md b/docs/query/nereids/nereids-new.md
similarity index 100%
rename from docs/query/nereids/nereid.md
rename to docs/query/nereids/nereids-new.md
diff --git a/gettingStarted/demo-block/page-hero-2.tsx
b/gettingStarted/demo-block/page-hero-2.tsx
index 5fcd7ca994f..54984612c72 100644
--- a/gettingStarted/demo-block/page-hero-2.tsx
+++ b/gettingStarted/demo-block/page-hero-2.tsx
@@ -22,7 +22,7 @@ export default function PageHero1() {
</div>
</div> */}
<div className="home-page-hero-right">
- <a className="latest-button" href={`/docs${currentVersion
=== '' ? '' : `/${currentVersion}`}/query/nereids`}>
+ <a className="latest-button" href={`/docs${currentVersion
=== '' ? '' : `/${currentVersion}`}/query/nereids/nereids-new`}>
<div className="home-page-hero-button-label"><div>Data
Query</div></div>
<div className="latest-button-title">
{/* <div className="home-page-hero-button-icon">
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hudi.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hudi.md
index b9fd9bf490f..7e4289f3a25 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hudi.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hudi.md
@@ -114,7 +114,7 @@ SELECT * from hudi_table@incr('beginTime'='xxx',
['endTime'='xxx'], ['hoodie.rea
```
`beginTime` 是必须的,时间格式和 hudi 官网
[hudi_table_changes](https://hudi.apache.org/docs/0.14.0/quick-start-guide/#incremental-query)
保持一致,支持 "earliest"。`endTime` 选填,默认最新 commitTime。兼容 [Spark Read
Options](https://hudi.apache.org/docs/0.14.0/configurations#Read-Options)。
-支持 Incremental Read 需要开启[新优化器](../../query/nereids/nereids),新优化器默认打开。通过 `desc`
查看执行计划,可以发现 Doris 将 `@incr` 转化为 `predicates` 下推给 `VHUDI_SCAN_NODE`:
+支持 Incremental Read 需要开启[新优化器](../../query/nereids/nereids-new),新优化器默认打开。通过
`desc` 查看执行计划,可以发现 Doris 将 `@incr` 转化为 `predicates` 下推给 `VHUDI_SCAN_NODE`:
```
| 0:VHUDI_SCAN_NODE(113)
|
| table: lineitem_mor
|
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/query/nereids/nereid.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/query/nereids/nereids-new.md
similarity index 100%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/current/query/nereids/nereid.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/current/query/nereids/nereids-new.md
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/query/nereids/nereid.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/query/nereids/nereids-new.md
similarity index 100%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/query/nereids/nereid.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/query/nereids/nereids-new.md
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md
index b9fd9bf490f..7e4289f3a25 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md
@@ -114,7 +114,7 @@ SELECT * from hudi_table@incr('beginTime'='xxx',
['endTime'='xxx'], ['hoodie.rea
```
`beginTime` 是必须的,时间格式和 hudi 官网
[hudi_table_changes](https://hudi.apache.org/docs/0.14.0/quick-start-guide/#incremental-query)
保持一致,支持 "earliest"。`endTime` 选填,默认最新 commitTime。兼容 [Spark Read
Options](https://hudi.apache.org/docs/0.14.0/configurations#Read-Options)。
-支持 Incremental Read 需要开启[新优化器](../../query/nereids/nereids),新优化器默认打开。通过 `desc`
查看执行计划,可以发现 Doris 将 `@incr` 转化为 `predicates` 下推给 `VHUDI_SCAN_NODE`:
+支持 Incremental Read 需要开启[新优化器](../../query/nereids/nereids-new),新优化器默认打开。通过
`desc` 查看执行计划,可以发现 Doris 将 `@incr` 转化为 `predicates` 下推给 `VHUDI_SCAN_NODE`:
```
| 0:VHUDI_SCAN_NODE(113)
|
| table: lineitem_mor
|
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query/nereids/nereid.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query/nereids/nereids-new.md
similarity index 100%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query/nereids/nereid.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query/nereids/nereids-new.md
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/hudi.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/hudi.md
index b9fd9bf490f..7e4289f3a25 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/hudi.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/lakehouse/datalake-analytics/hudi.md
@@ -114,7 +114,7 @@ SELECT * from hudi_table@incr('beginTime'='xxx',
['endTime'='xxx'], ['hoodie.rea
```
`beginTime` 是必须的,时间格式和 hudi 官网
[hudi_table_changes](https://hudi.apache.org/docs/0.14.0/quick-start-guide/#incremental-query)
保持一致,支持 "earliest"。`endTime` 选填,默认最新 commitTime。兼容 [Spark Read
Options](https://hudi.apache.org/docs/0.14.0/configurations#Read-Options)。
-支持 Incremental Read 需要开启[新优化器](../../query/nereids/nereids),新优化器默认打开。通过 `desc`
查看执行计划,可以发现 Doris 将 `@incr` 转化为 `predicates` 下推给 `VHUDI_SCAN_NODE`:
+支持 Incremental Read 需要开启[新优化器](../../query/nereids/nereids-new),新优化器默认打开。通过
`desc` 查看执行计划,可以发现 Doris 将 `@incr` 转化为 `predicates` 下推给 `VHUDI_SCAN_NODE`:
```
| 0:VHUDI_SCAN_NODE(113)
|
| table: lineitem_mor
|
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/query/nereids/nereid.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/query/nereids/nereids-new.md
similarity index 100%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/query/nereids/nereid.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/query/nereids/nereids-new.md
diff --git a/sidebars.json b/sidebars.json
index 5c3cbb874ae..51f80991757 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -192,7 +192,7 @@
"type": "category",
"label": "Cost-Based Optimizer",
"items": [
- "query/nereids/nereid",
+ "query/nereids/nereids-new",
"query/nereids/statistics"
]
},
@@ -1667,4 +1667,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/versioned_docs/version-2.0/query/nereids/nereid.md
b/versioned_docs/version-2.0/query/nereids/nereids-new.md
similarity index 100%
rename from versioned_docs/version-2.0/query/nereids/nereid.md
rename to versioned_docs/version-2.0/query/nereids/nereids-new.md
diff --git a/versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md
b/versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md
index 89ac4c26cb0..c7e6783bce3 100644
--- a/versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md
+++ b/versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md
@@ -117,7 +117,7 @@ SELECT * from hudi_table@incr('beginTime'='xxx',
['endTime'='xxx'], ['hoodie.rea
```
`beginTime` is required, and the time format is consistent with the hudi
official website
[hudi_table_changes](https://hudi.apache.org/docs/0.14.0/quick-start-guide/#incremental-query),
and supports "earliest". `endTime` is optional, and the default is the latest
commitTime. Compatible with [Spark Read
Options](https://hudi.apache.org/docs/0.14.0/configurations#Read-Options).
-To support Incremental Read, you need to enable the [new
optimizer](../../query/nereids/nereids), which is enabled by default. By
viewing the execution plan through `desc`, we can find that Doris converts
`@incr` into `predicates` and pushes it down to `VHUDI_SCAN_NODE`:
+To support Incremental Read, you need to enable the [new
optimizer](../../query/nereids/nereids-new), which is enabled by default. By
viewing the execution plan through `desc`, we can find that Doris converts
`@incr` into `predicates` and pushes it down to `VHUDI_SCAN_NODE`:
```
| 0:VHUDI_SCAN_NODE(113) |
diff --git a/versioned_docs/version-2.1/query/nereids/nereid.md
b/versioned_docs/version-2.1/query/nereids/nereids-new.md
similarity index 100%
rename from versioned_docs/version-2.1/query/nereids/nereid.md
rename to versioned_docs/version-2.1/query/nereids/nereids-new.md
diff --git a/versioned_docs/version-3.0/lakehouse/datalake-analytics/hudi.md
b/versioned_docs/version-3.0/lakehouse/datalake-analytics/hudi.md
index 89ac4c26cb0..c7e6783bce3 100644
--- a/versioned_docs/version-3.0/lakehouse/datalake-analytics/hudi.md
+++ b/versioned_docs/version-3.0/lakehouse/datalake-analytics/hudi.md
@@ -117,7 +117,7 @@ SELECT * from hudi_table@incr('beginTime'='xxx',
['endTime'='xxx'], ['hoodie.rea
```
`beginTime` is required, and the time format is consistent with the hudi
official website
[hudi_table_changes](https://hudi.apache.org/docs/0.14.0/quick-start-guide/#incremental-query),
and supports "earliest". `endTime` is optional, and the default is the latest
commitTime. Compatible with [Spark Read
Options](https://hudi.apache.org/docs/0.14.0/configurations#Read-Options).
-To support Incremental Read, you need to enable the [new
optimizer](../../query/nereids/nereids), which is enabled by default. By
viewing the execution plan through `desc`, we can find that Doris converts
`@incr` into `predicates` and pushes it down to `VHUDI_SCAN_NODE`:
+To support Incremental Read, you need to enable the [new
optimizer](../../query/nereids/nereids-new), which is enabled by default. By
viewing the execution plan through `desc`, we can find that Doris converts
`@incr` into `predicates` and pushes it down to `VHUDI_SCAN_NODE`:
```
| 0:VHUDI_SCAN_NODE(113) |
diff --git a/versioned_docs/version-3.0/query/nereids/nereid.md
b/versioned_docs/version-3.0/query/nereids/nereids-new.md
similarity index 100%
rename from versioned_docs/version-3.0/query/nereids/nereid.md
rename to versioned_docs/version-3.0/query/nereids/nereids-new.md
diff --git a/versioned_sidebars/version-2.0-sidebars.json
b/versioned_sidebars/version-2.0-sidebars.json
index 55e7c5ccce9..8ced7d5bdee 100644
--- a/versioned_sidebars/version-2.0-sidebars.json
+++ b/versioned_sidebars/version-2.0-sidebars.json
@@ -167,7 +167,7 @@
"type": "category",
"label": "Cost-Based Optimizer",
"items": [
- "query/nereids/nereid",
+ "query/nereids/nereids-new",
"query/nereids/statistics"
]
},
@@ -1506,4 +1506,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/versioned_sidebars/version-2.1-sidebars.json
b/versioned_sidebars/version-2.1-sidebars.json
index da955aad0e5..8e7f73d1001 100644
--- a/versioned_sidebars/version-2.1-sidebars.json
+++ b/versioned_sidebars/version-2.1-sidebars.json
@@ -179,7 +179,7 @@
"type": "category",
"label": "Cost-Based Optimizer",
"items": [
- "query/nereids/nereid",
+ "query/nereids/nereids-new",
"query/nereids/statistics"
]
},
@@ -1616,4 +1616,4 @@
]
}
]
-}
+}
\ No newline at end of file
diff --git a/versioned_sidebars/version-3.0-sidebars.json
b/versioned_sidebars/version-3.0-sidebars.json
index bc83a0a497c..66aee67dd07 100644
--- a/versioned_sidebars/version-3.0-sidebars.json
+++ b/versioned_sidebars/version-3.0-sidebars.json
@@ -180,7 +180,7 @@
"type": "category",
"label": "Cost-Based Optimizer",
"items": [
- "query/nereids/nereid",
+ "query/nereids/nereids-new",
"query/nereids/statistics"
]
},
@@ -1646,4 +1646,4 @@
]
}
]
-}
+}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]