You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>
Copy file name to clipboardExpand all lines: versioned_docs/version-3.x/benchmark/tpcds.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The design goal of TPC-DS is to simulate complex decision support workloads in t
14
14
15
15
This document mainly introduces the performance of Doris on the TPC-DS 1000G test set.
16
16
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.
18
18
19
19
20
20

@@ -34,12 +34,12 @@ On 99 queries on the TPC-DS standard test data set, we conducted a comparison te
34
34
- Doris Deployed 3BEs and 1FE
35
35
- Kernel Version: Linux version 5.15.0-101-generic
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.
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.
Copy file name to clipboardExpand all lines: versioned_docs/version-3.x/benchmark/tpch.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ TPC-H is a decision support benchmark (Decision Support Benchmark), which consis
12
12
13
13
This document mainly introduces the performance of Doris on the TPC-H 1000G test set.
14
14
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.
16
16
17
17

18
18
@@ -31,12 +31,12 @@ On 22 queries on the TPC-H standard test data set, we conducted a comparison tes
31
31
- Doris Deployed 3BEs and 1FE
32
32
- Kernel Version: Linux version 5.15.0-101-generic
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.
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:
0 commit comments