This is an automated email from the ASF dual-hosted git repository. diwu 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 956070e17f fix english number of tpch (#16116) 956070e17f is described below commit 956070e17ff4c34bdada02132a309c1feb8689a2 Author: lsy3993 <110876560+lsy3...@users.noreply.github.com> AuthorDate: Fri Jan 20 17:27:10 2023 +0800 fix english number of tpch (#16116) --- docs/en/docs/benchmark/tpch.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/en/docs/benchmark/tpch.md b/docs/en/docs/benchmark/tpch.md index 33ac84becf..e5923a4bec 100644 --- a/docs/en/docs/benchmark/tpch.md +++ b/docs/en/docs/benchmark/tpch.md @@ -58,16 +58,16 @@ On 22 queries on the TPC-H standard test data set, we conducted a comparison tes The TPCH 100G data generated by the simulation of the entire test are respectively imported into Apache Doris 1.2.0-rc01, Apache Doris 1.1.3 and Apache Doris 0.15.0 RC04 for testing. The following is the relevant description and data volume of the table. -| TPC-H Table Name | Rows | Size after Import | Annotation | -| :--------------- | :---------- | ---------- | :----- | -| REGION | 5 | 400KB | Region | -| NATION | 25 | 7.714 KB | Nation | -| SUPPLIER | 1,000,000 | 85.528 MB | Supplier | -| PART | 20,000,000 | 752.330 MB | Parts | -| PARTSUPP | 20,000,000 | 4.375 GB | Parts Supply | -| CUSTOMER | 15,000,000 | 1.317 GB | Customer | -| ORDERS | 1,500,000,000 | 6.301 GB | Orders | -| LINEITEM | 6,000,000,000 | 20.882 GB | Order Details | +| TPC-H Table Name | Rows | Size after Import | Annotation | +| :--------------- |:--------------| ---------- | :----- | +| REGION | 5 | 400KB | Region | +| NATION | 25 | 7.714 KB | Nation | +| SUPPLIER | 1,000,000 | 85.528 MB | Supplier | +| PART | 20,000,000 | 752.330 MB | Parts | +| PARTSUPP | 20,000,000 | 4.375 GB | Parts Supply | +| CUSTOMER | 15,000,000 | 1.317 GB | Customer | +| ORDERS | 1,50,000,000 | 6.301 GB | Orders | +| LINEITEM | 6,00,000,000 | 20.882 GB | Order Details | ## 4. Test SQL --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org