Abschlussarbeiten

Wenn Sie interessiert sind, bei mir Bachelor- oder Masterarbeit zu schreiben, schicken Sie mir bitte eine E-Mail (maximilian.schuele(at)uni-bamberg.de) mit Ihren aktuellen Leistungsnachweisen und evtl. Ihrem Themenwunsch.
 

    Topics requiring C++

    SQL++ Extending Database Systems by Building Blocks

    The idea is to expose building blocks of database systems, for example hash tables, for data mining and machine learning algorithms. The thesis should build upon an existing open-source database system, for example Hyrise, where you should first write selected algorithms in SQL. Afterwards, you should improve the performance of the algorithms by adding certain suboperators to the database system. For example, you can perform gradient descent iteratively using recursive CTEs. Then you create an operator for iterations, for example trampolin, with less memory consumption. The building blocks should be accessed through an extension of SQL by user-defined functions (UDFs), calles SQL++.

    SQL Compiler for LeanStore

    LeanStore is an open-source system for OLTP and OLAP transaction but lacks an SQL interface. The goal of this thesis is to write a query compiler in C++.

    Code-Generation for GPU Database Systems

    Modern database system generate code instead of interpreting function call for an operator trees. In this thesis, you have to generate code to run on GPUs and investigate, how SIMT (single instruction mutliple threads) will accelerate query processing.

    Versioning based on the ARIES protocol

    Let's adapt the ARIES recovery protocol to make versions of tuples visible.