collaborators

5 papers

cs.DB2026

Redbench: Workload Synthesis From Cloud Traces

Johannes Wehrstein, Roman Heinrich, Mihail Stoian +5

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…

cs.DB2025

JOB-Complex: A Challenging Benchmark for Traditional & Learned Query Optimization

Johannes Wehrstein, Timo Eckmann, Roman Heinrich +1

Query optimization is a fundamental task in database systems that is crucial to providing high performance. To evaluate learned and traditional optimizer's performance, several ben…

cs.DC2025

PDSP-Bench: A Benchmarking System for Parallel and Distributed Stream Processing

Pratyush Agnihotri, Boris Koldehofe, Roman Heinrich +2

The paper introduces PDSP-Bench, a novel benchmarking system designed for a systematic understanding of performance of parallel stream processing in a distributed environment. Such…

cs.DB2025

GRACEFUL: A Learned Cost Estimator For UDFs

Johannes Wehrstein, Tiemo Bang, Roman Heinrich +1

User-Defined-Functions (UDFs) are a pivotal feature in modern DBMS, enabling the extension of native DBMS functionality with custom logic. However, the integration of UDFs into que…

cs.DB2025

How Good are Learned Cost Models, Really? Insights from Query Optimization Tasks

Roman Heinrich, Manisha Luthra, Johannes Wehrstein +2

Traditionally, query optimizers rely on cost models to choose the best execution plan from several candidates, making precise cost estimates critical for efficient query execution.…