Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
Description
Benchmark: https://github.com/cmu-db/benchbase/tree/main/src/main/java/com/oltpbenchmark/benchmarks/tpch
Setup
- 1 server node
- TPC-H with scale factor = 0.1
Steps
- Start an Ignite node
- Run benchbase with -s 1 --create=true --load=true --execute=false to preload data
- Observe via the benchbase log that the data was successfully loaded
- Run benchbase with -s 1 --create=false --load=false --execute=true to run the benchmark
Expected result
The benchmark finishes after warmup + duration time
Actual result
The benchmark hangs for hours on Q4 query:
SELECT o_orderpriority, COUNT(*) AS order_count FROM orders WHERE o_orderdate >= ?::date AND o_orderdate < ?::date + INTERVAL '3' MONTH AND EXISTS ( SELECT * FROM lineitem WHERE l_orderkey = o_orderkey AND l_commitdate < l_receiptdate ) GROUP BY o_orderpriority ORDER BY o_orderpriority
Attachments
Issue Links
- is related to
-
IGNITE-22112 [SQL] TPC-H q9 query with sc=0.1 takes long time
- Open
-
IGNITE-22110 [SQL] TPC-H q16 query hangs with sc=0.1
- Resolved
-
IGNITE-22111 [SQL] TPC-H q21 query hangs with sc=0.1
- Resolved
- relates to
-
IGNITE-20880 Some TPC-H queries hang
- Resolved