You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/06/22 00:58:12 UTC

[doris] branch master updated: [doc] fix wrong number (#10305)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new e49fa6075f [doc] fix wrong number (#10305)
e49fa6075f is described below

commit e49fa6075f3fd21da88a45339cdf711e1dabe4a9
Author: Dongyang Li <he...@qq.com>
AuthorDate: Wed Jun 22 08:58:08 2022 +0800

    [doc] fix wrong number (#10305)
    
    Co-authored-by: stephen <he...@qq.com>
---
 docs/en/docs/benchmark/ssb.md    | 12 ++++++------
 docs/zh-CN/docs/benchmark/ssb.md | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/en/docs/benchmark/ssb.md b/docs/en/docs/benchmark/ssb.md
index 261d5906a5..f933063e1f 100644
--- a/docs/en/docs/benchmark/ssb.md
+++ b/docs/en/docs/benchmark/ssb.md
@@ -59,12 +59,12 @@ On 13 queries on the SSB standard test dataset, we tested the upcoming Doris 1.1
 
 | SSB table name | number of rows | remarks                          |
 | :------------- | :------------- | :------------------------------- |
-| lineorder      | 6000037902     | Commodity order list             |
-| customer       | 3000000        | Customer Information Sheet       |
-| part           | 1400000        | Parts Information Sheet          |
-| supplier       | 200000         | Supplier Information Sheet       |
-| date           | 2556           | Date table                       |
-| lineorder_flat | 6000037902     | Wide table after data flattening |
+| lineorder      | 600,037,902    | Commodity order list             |
+| customer       | 3,000,000      | Customer Information Sheet       |
+| part           | 1,400,000      | Parts Information Sheet          |
+| supplier       | 200,000        | Supplier Information Sheet       |
+| date           | 2,556          | Date table                       |
+| lineorder_flat | 600,037,902    | Wide table after data flattening |
 
 ## 4. Test Results
 
diff --git a/docs/zh-CN/docs/benchmark/ssb.md b/docs/zh-CN/docs/benchmark/ssb.md
index 86df8b05f5..916cb744a2 100644
--- a/docs/zh-CN/docs/benchmark/ssb.md
+++ b/docs/zh-CN/docs/benchmark/ssb.md
@@ -59,12 +59,12 @@ under the License.
 
 | SSB表名        | 行数       | 备注             |
 | :------------- | :--------- | :--------------- |
-| lineorder      | 6000037902 | 商品订单明细表表 |
-| customer       | 3000000    | 客户信息表       |
-| part           | 1400000    | 零件信息表       |
-| supplier       | 200000     | 供应商信息表     |
-| date           | 2556       | 日期表           |
-| lineorder_flat | 6000037902 | 数据展平后的宽表 |
+| lineorder      | 600,037,902 | 商品订单明细表表 |
+| customer       | 3,000,000    | 客户信息表       |
+| part           | 1,400,000    | 零件信息表       |
+| supplier       | 200,000     | 供应商信息表     |
+| date           | 2,556       | 日期表           |
+| lineorder_flat | 600,037,902 | 数据展平后的宽表 |
 
 ## 4. 测试结果
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org