VLDB 2026 Research / reviewers in the wild / expert
Maximilian Kuschewski
dblp:287/9018
· DBLP profile ↗
6ranked-venue papers in the field
3as first author
6since 2021 · last 2026
0009-0008-6724-7530ORCID · corroborated
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 6 (3 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Cloudspecs: Cloud Hardware Evolution Through the Looking Glass
Till Steinert, Maximilian Kuschewski, Viktor Leis |
CIDR | 2 |
| 2025 | AnyBlox: A Framework for Self-Decoding DatasetsabstractResearch advancements in storage formats continuously produce more efficient encodings and better compression rates. Despite this, new formats are not adopted due to high implementation cost and existing formats cannot evolve because they need to maintain compatibility across systems. Can this problem be solved by introducing a new abstraction? We answer affirmatively with AnyBlox, a framework for reading arbitrary datasets using lightweight WebAssembly decoders bundled with the data. By decoupling decoders from both systems and file format specifications, AnyBlox allows transparent format evolution, instance-optimized encodings, and enables mainstream adoption of research advancements. It integrates seamlessly with modern systems like DuckDB, Spark, and Umbra, while delivering solid performance and security guarantees. Mateusz Gienieczko, Maximilian Kuschewski, Thomas Neumann 0001, Viktor Leis, Jana Giceva |
Proc. VLDB Endow. | 2 |
| 2024 | High-Performance Query Processing with NVMe Arrays: Spilling without Killing PerformanceabstractThis paper aims to bridge the gap between fast in-memory query engines and slow but robust engines that can utilize external storage. We find that current systems have to choose between fast in-memory operators and slower out-of-memory operators. We present a solution that leverages two independent but complementary techniques: First, we propose adaptive materialization, which can turn any hash-based in-memory operator into an out-of-memory operator without reducing in-memory performance. Second, we introduce self-regulating compression, which optimizes the throughput of spilling operators based on the current workload and available hardware. We evaluate these techniques using the prototype query engine Spilly, which matches the performance of state-of-the-art in-memory systems, but also efficiently executes large out-of-memory workloads by spilling to NVMe arrays. Maximilian Kuschewski, Jana Giceva, Thomas Neumann 0001, Viktor Leis |
Proc. ACM Manag. Data | 1 |
| 2023 | BtrBlocks: Efficient Columnar Compression for Data LakesabstractAnalytics is moving to the cloud and data is moving into data lakes. These reside on object storage services like S3 and enable seamless data sharing and system interoperability. To support this, many systems build on open storage formats like Apache Parquet. However, these formats are not optimized for remotely-accessed data lakes and today's high-throughput networks. Inefficient decompression makes scans CPU-bound and thus increases query time and cost. With this work we present BtrBlocks, an open columnar storage format designed for data lakes. BtrBlocks uses a set of lightweight encoding schemes, achieving fast and efficient decompression and high compression ratios. Maximilian Kuschewski, David Sauerwein, Adnan Alhomssi, Viktor Leis |
Proc. ACM Manag. Data | 1 |
| 2021 | White-Box OLAP Performance Modeling for the Cloud
Maximilian Kuschewski, Viktor Leis |
CIDR | 1 |
| 2021 | Towards Cost-Optimal Query Processing in the CloudabstractPublic cloud providers offer hundreds of heterogeneous hardware instances. For analytical query processing systems, this presents a major challenge: depending on the hardware configuration, performance and cost may differ by orders of magnitude. We propose a simple and intuitive model that takes the workload, hardware, and cost into account to determine the optimal instance configuration. We discuss how such a model-based approach can significantly reduce costs and also guide the evolution of cloud-native database systems to achieve our vision of cost-optimal query processing. Viktor Leis, Maximilian Kuschewski |
Proc. VLDB Endow. | 2 |