Skip to main content

Showing 1–6 of 6 results for author: Selzer, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2502.20233  [pdf, ps, other

    cs.DB cs.AI

    Selective Use of Yannakakis' Algorithm to Improve Query Performance: Machine Learning to the Rescue

    Authors: Daniela Böhm, Georg Gottlob, Matthias Lanzinger, Davide Longo, Cem Okulmus, Reinhard Pichler, Alexander Selzer

    Abstract: Query optimization has played a central role in database research for decades. However, more often than not, the proposed optimization techniques lead to a performance improvement in some, but not in all, situations. Therefore, we urgently need a methodology for designing a decision procedure that decides for a given query whether the optimization technique should be applied or not. In this work… ▽ More

    Submitted 20 June, 2025; v1 submitted 27 February, 2025; originally announced February 2025.

  2. arXiv:2412.11669  [pdf, other

    cs.DB

    Soft and Constrained Hypertree Width

    Authors: Matthias Lanzinger, Cem Okulmus, Reinhard Pichler, Alexander Selzer, Georg Gottlob

    Abstract: Hypertree decompositions provide a way to evaluate Conjunctive Queries (CQs) in polynomial time, where the exponent of this polynomial is determined by the width of the decomposition. In theory, the goal of efficient CQ evaluation therefore has to be a minimisation of the width. However, in practical settings, it turns out that there are also other properties of a decomposition that influence the… ▽ More

    Submitted 20 April, 2025; v1 submitted 16 December, 2024; originally announced December 2024.

  3. arXiv:2412.00423  [pdf, other

    cs.LG eess.SP stat.ML

    On autoregressive deep learning models for day-ahead wind power forecasting with irregular shutdowns due to redispatching

    Authors: Stefan Meisenbacher, Silas Aaron Selzer, Mehdi Dado, Maximilian Beichter, Tim Martin, Markus Zdrallek, Peter Bretschneider, Veit Hagenmeyer, Ralf Mikut

    Abstract: Renewable energies and their operation are becoming increasingly vital for the stability of electrical power grids since conventional power plants are progressively being displaced, and their contribution to redispatch interventions is thereby diminishing. In order to consider renewable energies like Wind Power (WP) for such interventions as a substitute, day-ahead forecasts are necessary to commu… ▽ More

    Submitted 30 November, 2024; originally announced December 2024.

  4. arXiv:2406.17076  [pdf, other

    cs.DB

    Avoiding Materialisation for Guarded Aggregate Queries

    Authors: Matthias Lanzinger, Reinhard Pichler, Alexander Selzer

    Abstract: Optimising queries with many joins is known to be a hard problem. The explosion of intermediate results as opposed to a much smaller final result poses a serious challenge to modern database management systems (DBMSs). This is particularly glaring in case of analytical queries that join many tables, but ultimately only output comparatively small aggregate information. Analogous problems are faced… ▽ More

    Submitted 30 November, 2024; v1 submitted 24 June, 2024; originally announced June 2024.

    ACM Class: H.2.4

  5. arXiv:2303.02723  [pdf, other

    cs.DB

    Structure-Guided Query Evaluation: Towards Bridging the Gap from Theory to Practice

    Authors: Georg Gottlob, Matthias Lanzinger, Davide Mario Longo, Cem Okulmus, Reinhard Pichler, Alexander Selzer

    Abstract: Join queries involving many relations pose a severe challenge to today's query optimisation techniques. To some extent, this is due to the fact that these techniques do not pay sufficient attention to structural properties of the query. In stark contrast, the Database Theory community has intensively studied structural properties of queries (such as acyclicity and various notions of width) and pro… ▽ More

    Submitted 22 May, 2023; v1 submitted 5 March, 2023; originally announced March 2023.

  6. arXiv:2210.03718  [pdf, other

    cs.DB

    Integration of Skyline Queries into Spark SQL

    Authors: Lukas Grasmann, Reinhard Pichler, Alexander Selzer

    Abstract: Skyline queries are frequently used in data analytics and multi-criteria decision support applications to filter relevant information from big amounts of data. Apache Spark is a popular framework for processing big, distributed data. The framework even provides a convenient SQL-like interface via the Spark SQL module. However, skyline queries are not natively supported and require tedious rewritin… ▽ More

    Submitted 7 October, 2022; originally announced October 2022.

    ACM Class: H.2.4