File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,11 @@ compare: Compares results from benchmark runs
66
66
* Benchmarks
67
67
**********
68
68
all(default): Data/Run/Compare for all benchmarks
69
- tpch: TPCH inspired benchmark on Scale Factor (SF) 1 (~1GB), single parquet file per table
69
+ tpch: TPCH inspired benchmark on Scale Factor (SF) 1 (~1GB), single parquet file per table, hash join
70
+ tpch_smj: TPCH inspired benchmark on Scale Factor (SF) 1 (~1GB), single parquet file per table, sort merge join
70
71
tpch_mem: TPCH inspired benchmark on Scale Factor (SF) 1 (~1GB), query from memory
71
- tpch10: TPCH inspired benchmark on Scale Factor (SF) 10 (~10GB), single parquet file per table
72
+ tpch10: TPCH inspired benchmark on Scale Factor (SF) 10 (~10GB), single parquet file per table, hash join
73
+ tpch_smj10: TPCH inspired benchmark on Scale Factor (SF) 10 (~10GB), single parquet file per table, sort merge join
72
74
tpch_mem10: TPCH inspired benchmark on Scale Factor (SF) 10 (~10GB), query from memory
73
75
parquet: Benchmark of parquet reader's filtering speed
74
76
sort: Benchmark of sorting speed
You can’t perform that action at this time.
0 commit comments