Overview of the Join Order Benchmark (JOB)
mainThe Join Order Benchmark (JOB) is a suite of 113 analytical queries based on the IMDB schema. It is designed to stress-test query optimizer join-order planning using realistic correlated data.
In this repository, the benchmark is used to track statement preparation costs (parsing, planning, and code generation) via core/benches/prepare_benchmark.rs. Note that for these specific preparation benchmarks, actual IMDB data is not required.