Project Details
Projekt Print View

Hybrid^2-Index Structures for Main Memory Databases

Subject Area Computer Architecture, Embedded and Massively Parallel Systems
Security and Dependability, Operating-, Communication- and Distributed Systems
Term from 2019 to 2024
Project identifier Deutsche Forschungsgemeinschaft (DFG) - Project number 422742661
 
Final Report Year 2025

Final Report Abstract

An important processing step of database management systems (DBMS) is the access to index structures. This is the starting point for all subsequent processing steps and is therefore of crucial importance for the overall performance of a DBMS. If data accesses were to take place without the use of index structures, the entire data would have to be read, even if the access result is to contain only a small part of the data. In the literature, there are a variety of index structures that are optimized with respect to various properties such as memory requirements, access times when inserting, searching for individual entries or searching over ranges. Most of these methods are optimized for CPU implementations, only a few for hardware accelerators such as GPUs or even FPGAs. A common disadvantage of using hardware accelerators for index processing is that not all index operations can be efficiently executed on the respective hardware platform and that the transfer times between the CPU-based host system and the hardware accelerator exceed the performance gain. In this project, various approaches for accelerating index structures on CPUs, GPUs, FPGAs and APUs were investigated. The focus was on adaptive radix trees (ART), hashtable-based index structures and B+ trees. In addition to optimizations for a single hardware platform, hybrid approaches were also examined in which the CPU and hardware accelerator jointly access a data structure and perform different tasks. The optimizations were particularly concerned with adapting the data structures for efficient use of the memory interfaces of the individual hardware platforms and increasing parallelism in processing. Furthermore, the updating of index structures based on hash tables on GPUs using incremental updates was investigated. Many different methods for collision avoidance and handling, such as lists or pre-sorting, were examined.

Publications

 
 

Additional Information

Textvergrößerung und Kontrastanpassung