Skip to content

Commit 3777114

Browse files
authored
Minor: Add SMJ to TPCH benchmark usage (#10747)
* Fix: Sort Merge Join crashes on TPCH Q21 * Fix LeftAnti SMJ join when the join filter is set * rm dbg * Add SMJ to TPCH benchmark usage
1 parent 7638a26 commit 3777114

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

benchmarks/bench.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ compare: Compares results from benchmark runs
6666
* Benchmarks
6767
**********
6868
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
7071
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
7274
tpch_mem10: TPCH inspired benchmark on Scale Factor (SF) 10 (~10GB), query from memory
7375
parquet: Benchmark of parquet reader's filtering speed
7476
sort: Benchmark of sorting speed

0 commit comments

Comments
 (0)