Expand description
JOB adapter (Join Order Benchmark, Leis et al., VLDB 2015).
Real subset CSV columns (after running JOB through DuckDB / PostgreSQL
with EXPLAIN ANALYZE and exporting via scripts/fetch_ceb.sh-style
tooling โ JOB itself is just the 113 SQL files; you generate the trace):
query_id(e.g.1a,33c)iteration(replay number)est_rows,actual_rowsper top-level resultlatency_msplan_hash(SHA-1 of the EXPLAIN tree, for plan-change detection)
What we extract:
Cardinalityโlog10(actual / est)per query (top-level).PlanRegressionโ latency residual per query class + plan-hash transition events.
What we cannot extract:
Contention,CacheIo,WorkloadPhase(single-tenant replay; no phase changes in a 113-query benchmark).