morrySnow commented on code in PR #10125: URL: https://github.com/apache/incubator-doris/pull/10125#discussion_r897476151
########## docs/en/docs/benchmark/tpch.md: ########## @@ -59,16 +59,16 @@ On 22 queries on the TPC-H standard test dataset, we tested the upcoming Doris 1 The entire test simulation generates 100G of data and is imported into Doris 0.15.0 RC04 and Doris 1.1 versions for testing. The following is the relevant description of the table and the amount of data. -| TPC-H Table Name | Rows | data size | remark | -| :--------------- | :----- | ---------- | :----- | -| REGION | 5 | 400KB | | -| NATION | 25 | 7.714 KB | | -| SUPPLIER | 100万 | 85.528 MB | | -| PART | 2000万 | 752.330 MB | | -| PARTSUPP | 8000万 | 4.375 GB | | -| CUSTOMER | 1500万 | 1.317 GB | | -| ORDERS | 1.5亿 | 6.301 GB | | -| LINEITEM | 6亿 | 20.882 GB | | +| TPC-H Table Name | Rows | data size | remark | +| :--------------- | :---------- | ---------- | :----- | +| REGION | 5 | 400KB | | +| NATION | 25 | 7.714 KB | | +| SUPPLIER | 100 million | 85.528 MB | | +| PART | 20 million | 752.330 MB | | +| PARTSUPP | 80 million | 4.375 GB | | +| CUSTOMER | 15 million | 1.317 GB | | +| ORDERS | 1.5 billion | 6.301 GB | | +| LINEITEM | 6 billion | 20.882 GB | | Review Comment: ```suggestion | SUPPLIER | 1 million | 85.528 MB | | | PART | 20 million | 752.330 MB | | | PARTSUPP | 80 million | 4.375 GB | | | CUSTOMER | 15 million | 1.317 GB | | | ORDERS | 150 million | 6.301 GB | | | LINEITEM | 600 million | 20.882 GB | | ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org