Skip to content

Commit cb0ce25

Browse files
dataroaringdaveyyanCopilot
committed
[typo](docs) use decoupled mode wording in 3.x TPC docs (#3371)
## Summary - redoes #1770 by replacing `Compute-Storage Coupled Mode` with `Compute-Storage Decoupled Mode` in 3.x TPC benchmark docs - update both English and Chinese docs under `version-3.x` - commit is signed with the original author identity from #1770 ## Reference - redoes issue intent from #1770 --------- Co-authored-by: daveyyan <875267695@qq.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ecfcdab commit cb0ce25

4 files changed

Lines changed: 12 additions & 14 deletions

File tree

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/benchmark/tpcds.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TPC-DS 99 个测试查询语句: [TPC-DS-Query-SQL](https://github.com/apache/
7575

7676
这里我们使用 Apache Doris 3.0.3-rc03 (存算分离模式) 和 Apache Doris 2.1.7-rc03 版本进行对比测试,测试结果如下:
7777

78-
| Query | Apache Doris 3.0.3-rc03 Compute-Storage Coupled Mode (ms) | Apache Doris 2.1.7-rc03 (ms) |
78+
| Query | Apache Doris 3.0.3-rc03 Compute-Storage Decoupled Mode (ms) | Apache Doris 2.1.7-rc03 (ms) |
7979
|-----------|-----------------------------------------------------------|------------------------------|
8080
| query01 | 580 | 630 |
8181
| query02 | 5540 | 4930 |
@@ -261,4 +261,3 @@ sh bin/run-tpcds-queries.sh -s 1000
261261
### 7.5.2 单个 SQL 执行
262262

263263
你也可以从代码库里获取最新的 SQL。最新测试查询语句地址:[TPC-DS 测试查询语句](https://github.com/apache/doris/tree/master/tools/tpcds-tools/queries/sf1000)
264-

i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/benchmark/tpch.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ TPC-H 22 个测试查询语句: [TPCH-Query-SQL](https://github.com/apache/dor
5757

5858
这里我们使用 Apache Doris 3.0.3-rc03 (存算分离模式) 和 Apache Doris 2.1.7-rc03 版本进行对比测试,测试结果如下:
5959

60-
| Query | Apache Doris 3.0.3-rc03 Compute-Storage Coupled Mode (ms) | Apache Doris 2.1.7-rc03 (ms) |
60+
| Query | Apache Doris 3.0.3-rc03 Compute-Storage Decoupled Mode (ms) | Apache Doris 2.1.7-rc03 (ms) |
6161
|-----------|-----------------------------------------------------------|------------------------------|
6262
| q01 | 13390 | 11880 |
6363
| q02 | 250 | 280 |
@@ -852,4 +852,3 @@ order by
852852
cntrycode;
853853

854854
```
855-

versioned_docs/version-3.x/benchmark/tpcds.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The design goal of TPC-DS is to simulate complex decision support workloads in t
1414

1515
This document mainly introduces the performance of Doris on the TPC-DS 1000G test set.
1616

17-
On 99 queries on the TPC-DS standard test data set, we conducted a comparison test based on Apache Doris 3.0.3-rc03 (Compute-Storage Coupled Mode) and Apache Doris 2.1.7-rc03 versions. The performance of the integrated storage and computing mode in version 3.x is based on version 2.1.x
17+
For 99 queries on the TPC-DS standard test data set, we conducted a comparison test between Apache Doris 3.0.3-rc03 running in Compute-Storage Decoupled Mode and Apache Doris 2.1.7-rc03 running in the traditional integrated storage-compute mode, with the 2.1.x integrated mode used as the performance baseline for earlier 3.x integrated-mode results.
1818

1919

2020
![TPCDS_1000G](/images/tpcds_3.0.png)
@@ -34,12 +34,12 @@ On 99 queries on the TPC-DS standard test data set, we conducted a comparison te
3434
- Doris Deployed 3BEs and 1FE
3535
- Kernel Version: Linux version 5.15.0-101-generic
3636
- OS version: Ubuntu 20.04 LTS (Focal Fossa)
37-
- Doris software version: Apache Doris 3.0.3-rc03 (Compute-Storage Coupled Mode), Apache Doris 2.1.7-rc03
37+
- Doris software version: Apache Doris 3.0.3-rc03 (Compute-Storage Decoupled Mode), Apache Doris 2.1.7-rc03
3838
- JDK: openjdk version "17.0.2"
3939

4040
## 3. Test Data Volume
4141

42-
The TPC-DS 1000G data generated by the simulation of the entire test are respectively imported into Apache Doris 3.0.3-rc03 (Compute-Storage Coupled Mode) and Apache Doris 2.1.7-rc03 for testing. The following is the relevant description and data volume of the table.
42+
The TPC-DS 1000G data generated by the simulation of the entire test are respectively imported into Apache Doris 3.0.3-rc03 (Compute-Storage Decoupled Mode) and Apache Doris 2.1.7-rc03 for testing. The following is the relevant description and data volume of the table.
4343

4444
| TPC-DS Table Name | Rows |
4545
|------------------------|---------------|
@@ -74,10 +74,10 @@ TPC-DS 99 test query statements : [TPC-DS-Query-SQL](https://github.com/apache/d
7474

7575
## 5. Test Results
7676

77-
Here we use Apache Doris 3.0.3-rc03 (Compute-Storage Coupled Mode) and Apache Doris 2.1.7-rc03 for comparative testing. In the test, we use Query Time(ms) as the main performance indicator.
77+
Here we use Apache Doris 3.0.3-rc03 (Compute-Storage Decoupled Mode) and Apache Doris 2.1.7-rc03 for comparative testing. In the test, we use Query Time(ms) as the main performance indicator.
7878
The test results are as follows:
7979

80-
| Query | Apache Doris 3.0.3-rc03 Compute-Storage Coupled Mode (ms) | Apache Doris 2.1.7-rc03 (ms) |
80+
| Query | Apache Doris 3.0.3-rc03 Compute-Storage Decoupled Mode (ms) | Apache Doris 2.1.7-rc03 (ms) |
8181
|-----------|-----------------------------------------------------------|------------------------------|
8282
| query01 | 580 | 630 |
8383
| query02 | 5540 | 4930 |

versioned_docs/version-3.x/benchmark/tpch.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TPC-H is a decision support benchmark (Decision Support Benchmark), which consis
1212

1313
This document mainly introduces the performance of Doris on the TPC-H 1000G test set.
1414

15-
On 22 queries on the TPC-H standard test data set, we conducted a comparison test based on Apache Doris 3.0.3-rc03 (Compute-Storage Coupled Mode) and Apache Doris 2.1.7-rc03 versions. The performance of the integrated storage and computing mode in version 3.x is based on version 2.1.x
15+
On 22 queries on the TPC-H standard test data set, we conducted a comparison test between Apache Doris 3.0.3-rc03 in compute-storage decoupled mode and Apache Doris 2.1.7-rc03 in integrated storage-compute mode. The performance of the integrated storage-compute architecture in the 3.x series uses Apache Doris 2.1.x (integrated mode) as the baseline.
1616

1717
![TPCH_1000G](/images/tpch_3.0.png)
1818

@@ -31,12 +31,12 @@ On 22 queries on the TPC-H standard test data set, we conducted a comparison tes
3131
- Doris Deployed 3BEs and 1FE
3232
- Kernel Version: Linux version 5.15.0-101-generic
3333
- OS version: Ubuntu 20.04 LTS (Focal Fossa)
34-
- Doris software version: Apache Doris 3.0.3-rc03 (Compute-Storage Coupled Mode), Apache Doris 2.1.7-rc03
34+
- Doris software version: Apache Doris 3.0.3-rc03 (Compute-Storage Decoupled Mode), Apache Doris 2.1.7-rc03
3535
- JDK: openjdk version "17.0.2"
3636

3737
## 3. Test Data Volume
3838

39-
The TPC-H 1000G data generated by the simulation of the entire test are respectively imported into Apache Doris 3.0.3-rc03 (Compute-Storage Coupled Mode) and Apache Doris 2.1.7-rc03 for testing. The following is the relevant description and data volume of the table.
39+
The TPC-H 1000G data generated by the simulation of the entire test are respectively imported into Apache Doris 3.0.3-rc03 (Compute-Storage Decoupled Mode) and Apache Doris 2.1.7-rc03 for testing. The following is the relevant description and data volume of the table.
4040

4141
| TPC-H Table Name | Rows | Annotation |
4242
|:-----------------|:--------------|:--------------|
@@ -56,9 +56,9 @@ TPC-H 22 test query statements : [TPCH-Query-SQL](https://github.com/apache/dori
5656

5757
## 5. Test Results
5858

59-
Here we use Apache Doris 3.0.3-rc03 (Compute-Storage Coupled Mode) and Apache Doris 2.1.7-rc03 for comparative testing. In the test, we use Query Time(ms) as the main performance indicator. The test results are as follows:
59+
Here we use Apache Doris 3.0.3-rc03 (Compute-Storage Decoupled Mode) and Apache Doris 2.1.7-rc03 for comparative testing. In the test, we use Query Time(ms) as the main performance indicator. The test results are as follows:
6060

61-
| Query | Apache Doris 3.0.3-rc03 Compute-Storage Coupled Mode (ms) | Apache Doris 2.1.7-rc03 (ms) |
61+
| Query | Apache Doris 3.0.3-rc03 Compute-Storage Decoupled Mode (ms) | Apache Doris 2.1.7-rc03 (ms) |
6262
|-----------|-----------------------------------------------------------|------------------------------|
6363
| q01 | 13390 | 11880 |
6464
| q02 | 250 | 280 |

0 commit comments

Comments
 (0)