Updated star schema benchmark description [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-04-13 05:34:49 +03:00
parent 832cdfde7e
commit 7f45ba2b52
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ make
You will see some warnings. It's Ok.
Place `dbgen` and `dists.dss` to some place with at least 200 GB free space available.
Place `dbgen` and `dists.dss` to some place with at least 800 GB free space available.
Generate data:
```
@ -25,4 +25,5 @@ Then create MergeTree tables on each node and then create Distributed tables.
Load data (change customer to customerd in case of distributed setup):
```
cat customer.tbl | sed 's/$/2000-01-01/' | clickhouse-client --query "INSERT INTO customer FORMAT CSV"
cat lineorder.tbl | clickhouse-client --query "INSERT INTO lineorder FORMAT CSV"
```