Commit 7ace777
committed
perf(trino): 43/43 ClickBench on TestingTrinoServer Path B engine
All 43 ClickBench queries pass on the new TestingTrinoServer-based
engine (replacing DistributedQueryRunner).
Results: 43/43, 431s total, 10.0s avg (single-node, 32g heap, Hive
Parquet with 100M rows from Spark-cleaned data)
Changes:
- Increased query.max-execution-time to 60m (was 10m, blocked CTAS)
- Data: Spark rewrites hits.parquet stripping DATE/TIMESTAMP Parquet
logical type annotations that Trino 440 Hive reader can't handle.
EventDate stored as INTEGER (epoch days), EventTime as BIGINT
(epoch microseconds).
Split-level distribution proven on 3-node TPC-H earlier in session.
Signed-off-by: Peng Huo <penghuo@gmail.com>1 parent 555e91c commit 7ace777
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments