Redbench: Workload Synthesis From Cloud Traces
Johannes Wehrstein, Roman Heinrich, Mihail Stoian, Skander Krid, Martin Stemmer, Andreas Kipf, Carsten Binnig, Muhammad El-Hindi
TL;DR
Redbench tackles the gap between production cloud workloads and synthetic benchmarks by introducing a trace-driven benchmark that converts cloud workload traces into executable query streams on familiar schemas. It preserves core production signals—exact and scanset repetitions, temporal bursts, and interleaved reads and writes—through two complementary synthesis modes: matching-based reuse of benchmark templates and generation-based construction of novel SQL. Empirical evaluation across four commercial cloud data warehouses shows Redbench reproduces production-like characteristics and reveals caching benefits that traditional benchmarks miss, with speedups up to $2.98\times$ under realistic workloads. The work provides a practical, reproducible foundation for studying workload-driven optimizations in modern cloud data warehouses and releases its artifacts to accelerate community adoption.
Abstract
Workload traces from cloud data warehouse providers reveal that standard benchmarks such as TPC-H and TPC-DS fail to capture key characteristics of real-world workloads, including query repetition and string-heavy queries. In this paper, we introduce Redbench, a novel benchmark featuring a workload generator that reproduces real-world workload characteristics derived from traces released by cloud providers. Redbench integrates multiple workload generation techniques to tailor workloads to specific objectives, transforming existing benchmarks into realistic query streams that preserve intrinsic workload characteristics. By focusing on inherent workload signals rather than execution-specific metrics, Redbench bridges the gap between synthetic and real workloads. Our evaluation shows that (1) Redbench produces more realistic and reproducible workloads for cloud data warehouse benchmarking, and (2) Redbench reveals the impact of system optimizations across four commercial data warehouse platforms. We believe that Redbench provides a crucial foundation for advancing research on optimization techniques for modern cloud data warehouses.
