This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 4335c07 [doc] update star-schema-benchmark.md (#8564)
4335c07 is described below
commit 4335c07c35aea46a04a75777fd01cb82be65f457
Author: kangshisen <[email protected]>
AuthorDate: Tue Mar 22 11:41:45 2022 +0800
[doc] update star-schema-benchmark.md (#8564)
---
docs/en/benchmark/star-schema-benchmark.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/benchmark/star-schema-benchmark.md
b/docs/en/benchmark/star-schema-benchmark.md
index 11a59fc..da93925 100644
--- a/docs/en/benchmark/star-schema-benchmark.md
+++ b/docs/en/benchmark/star-schema-benchmark.md
@@ -71,7 +71,7 @@ Under the `-s 100` parameter, the generated data set size is:
|Table |Rows |Size | File Number |
|---|---|---|---|
|lineorder| 600 million (600037902) | 60GB | 100|
-|customer|30 million (3000000) |277M |1|
+|customer|3 million (3000000) |277M |1|
|part|1.4 million (1400000) | 116M|1|
|supplier|200,000 (200,000) |17M |1|
|date| 2556|228K |1|
@@ -147,7 +147,7 @@ The following test report is based on Doris
[branch-0.15](https://github.com/apa
|Table |Rows |Origin Size | Compacted Size(1 Replica) |
|---|---|---|---|
|lineorder| 600 million (600037902) | 60 GB | 14.846 GB |
- |customer|30 million (3000000) |277 MB | 414.741 MB |
+ |customer|3 million (3000000) |277 MB | 414.741 MB |
|part|1.4 million (1.400000) | 116 MB | 38.277 MB |
|supplier|200,000 (200,000) |17 MB | 27.428 MB |
|date| 2556|228 KB | 275.804 KB |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]