Marco Vogt 0001

dblp:213/1410 · DBLP profile ↗
← Back
7ranked-venue papers in the field
4as first author
4since 2021 · last 2026
0000-0002-2674-2219ORCID · verified

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 5 (2 first)Big Data, Cloud & Distributed Data Systems · 2 (2 first)
YearPublicationVenuePosition
2026 PolyBooks: A System for Interactive Multi-Model Querying with Provenance and Reuse
David Lengweiler, Heiko Schuldt, Marco Vogt 0001
EDBT4
2026 PolyPipe: Merging Data Pipelines and Multi-Model Databases
David Lengweiler, Heiko Schuldt, Marco Vogt 0001
EDBT4
2026 Multi-Model Geospatial Data Management and Exploration
David Lengweiler, Marco Vogt 0001, Heiko Schuldt
ICDE2
2026 From Polystores to Polydbms: The Polypheny Experience
Marco Vogt 0001, David Lengweiler, Martin Vahlensieck, Heiko Schuldt
ICDE1
2020 Chronos: The Swiss Army Knife for Database Evaluations
abstract
Systems evaluations are an important part of empirical research in computer science. Such evaluations encompass the systematic assessment of the run-time characteristics of systems based on one or several parameters. Considering all possible parameter settings is often a very tedious and time-consuming task with many manual activities, or at least the manual creation of evaluation scripts. Ideally, the thorough evaluation of a complete evaluation space can be fully automated. This includes the set-up of the evaluation, its execution, and the subsequent analysis of the results. In this paper, we introduce Chronos, a system for the automation of the entire evaluation workflow. While Chronos has originally been built for database systems evaluations, its generic approach also allows its usage in other domains. We show how Chronos can be deployed for a concrete database evaluation, the comparative performance analysis of different storage engines in MongoDB.
Marco Vogt 0001, Alexander Stiemer, Sein Coray, Heiko Schuldt
EDBT1
2018 Polypheny-DB: Towards a Distributed and Self-Adaptive Polystore
abstract
Cloud providers are more and more confronted with very diverse and heterogeneous requirements their customers impose on the management of data. First, these requirements stem from service-level agreements that specify a desired degree of availability and a guaranteed latency. As a consequence, Cloud providers replicate data across data centers or availability zones and/or partition data and place it close to the location of their customers. Second, the workload at each Cloud data center or availability zone is diverse and may significantly change over time - e. g., an OLTP workload during regular business hours and OLAP analyzes over night. For this, polystore and multistore databases have recently been introduced as they are intrinsically able to cope with such mixed and varying workloads. While the problem of heterogeneous requirements on data management in the Cloud is either addressed at global level by replicating and partitioning data across data centers or at local level by providing polystore systems in a Cloud data center, there is no integrated solution that leverages the benefits of both approaches. In this paper, we present the Polypheny-DB vision of a distributed polystore system that seamlessly combines replication and partitioning with local polystores and that is able to dynamically adapt all parts of the system when the workload changes. We present the basic building blocks for both parts of the system and we discuss open challenges towards the implementation of the Polypheny-DB vision.
Marco Vogt 0001, Alexander Stiemer, Heiko Schuldt
IEEE BigData1
2017 Icarus: Towards a multistore database system
abstract
The last years have seen a vast diversification on the database market. In contrast to the “one-size-fits-all” paradigm according to which systems have been designed in the past, today's database management systems (DBMS) are tuned for particular workloads. This has led to DBMSs optimized for high performance, high throughput read/write workloads in online transaction processing (OLTP) and systems optimized for complex analytical queries (OLAP). However, this approach reaches a limit when systems have to deal with mixed workloads that are neither pure OLAP nor pure OLTP workloads. In such cases, multistores are increasingly gaining popularity. Rather than supporting one single database paradigm and addressing one particular workload, multistores encompass several DBMSs that store data in different schemas and allow to route requests on a per-query level to the most appropriate system. In this paper, we introduce the multistore ICARUS. In our evaluation based on a workload that combines OLTP and OLAP elements, we show that ICARUS is able to speed-up queries up to a factor of three by properly routing queries to the best underlying DBMS.
Marco Vogt 0001, Alexander Stiemer, Heiko Schuldt
IEEE BigData1