We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085bef4 commit 24ff180Copy full SHA for 24ff180
benchmarks/README.md
@@ -45,19 +45,14 @@ cargo install tpchgen-cli
45
46
### Generating Data
47
48
-Generate SF=1 data in tbl format:
49
-```bash
50
-tpchgen-cli -s 1 --output-dir data
51
-```
52
-
53
Generate SF=1 data in Parquet format:
54
```bash
55
tpchgen-cli -s 1 --format parquet --output-dir data
56
```
57
58
For larger scale factors (e.g., SF=10):
59
60
-tpchgen-cli -s 10 --output-dir data
+tpchgen-cli -s 10 --format parquet --output-dir data
61
62
63
Data will be generated into the `data` subdirectory and will not be checked in because this directory has been added
0 commit comments