EDBT 2026 Demo / reviewers in the wild / expert
Michael Jungmair
dblp:265/9611
· DBLP profile ↗
4ranked-venue papers in the field
3as first author
4since 2021 · last 2026
0000-0003-0890-1914ORCID · corroborated
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 4 (3 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Evaluating Apple Silicon for Data ProcessingabstractApple Silicon’s M-Series integrates powerful GPUs with a physically unified memory architecture, which makes it a promising platform for the growing shift toward local-first analytical data processing on consumer devices. However, its suitability for database workloads remains largely unexplored. Alexander Beischl, Mykola Morozov, Michael Jungmair, Lukas Haussmann, Thomas Neumann 0001 |
DaMoN | 3 |
| 2025 | Towards Designing Future-Proof Data Processing SystemsabstractData processing systems find themselves crushed between two moving tectonic plates: the usage plate driven by the system's users and their requirements; and the environment plate driven by various technological changes. We argue that the existing status quo of constantly adapting and thus bloating the system's implementation is simply unsustainable in the long run. We further argue that now is the right time to take a step back and establish the foundations of future-proof data processing systems that can easily adapt to different workloads and input formats, and that can run efficiently in any type of environment, today and in the future. With our paper, we analyze and learn from prior attempts, identify key design principles, and present our vision on how to design such systems. Michael Jungmair, Jana Giceva |
Proc. VLDB Endow. | 1 |
| 2023 | Declarative Sub-Operators for Universal Data ProcessingabstractData processing systems face the challenge of supporting increasingly diverse workloads efficiently. At the same time, they are already bloated with internal complexity, and it is not clear how new hardware can be supported sustainably. In this paper, we aim to resolve these issues by proposing a unified abstraction layer based on declarative sub-operators in addition to relational operators. By exposing this layer to users, they can express their non-relational workloads declaratively with sub-operators. Furthermore, the proposed sub-operators decouple the semantic implementation of operators from the efficient imperative implementation, reducing the implementation complexity for relational operators. Finally, through fine-grained automatic optimizations, the declarative sub-operators allow for automatic morsel-driven parallelism. We demonstrate the benefits not only by providing a specific set of sub-operators but also implementing them in a compiling query engine. With thorough evaluation and analysis, we show that we can support a richer set of workloads while retaining the development complexity low and being competitive in performance even with specialized systems. Michael Jungmair, Jana Giceva |
Proc. VLDB Endow. | 1 |
| 2022 | Designing an Open Framework for Query Optimization and CompilationabstractSince its invention, data-centric code generation has been adopted for query compilation by various database systems in academia and industry. These database systems are fast but maximize performance at the expense of developer friendliness, flexibility, and extensibility. Recent advances in the field of compiler construction identified similar issues for domain-specific compilers and introduced a solution with MLIR, a generic infrastructure for domain-specific dialects. We propose a layered query compilation stack based on MLIR with open intermediate representations that can be combined at each layer. We further propose moving query optimization into the query compiler to benefit from the existing optimization infrastructure and make cross-domain optimization viable. With LingoDB, we demonstrate that the used approach significantly decreases the implementation effort and is highly flexible and extensible. At the same time, LingoDB achieves high performance and low compilation latencies. Michael Jungmair, André Kohn 0001, Jana Giceva |
Proc. VLDB Endow. | 1 |