Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleJune 2023
KeRRaS: Sort-Based Database Query Processing on Wide Tables Using FPGAs
DaMoN '23: Proceedings of the 19th International Workshop on Data Management on New HardwarePages 1–9https://doi.org/10.1145/3592980.3595300Sorting is an important operation in database query processing. Complex pipeline-breaking operators (e.g., aggregation and equi-join) become single-pass algorithms on sorted tables. Therefore, sort-based query processing is a popular method for FPGA-...
- research-articleJune 2023
Elastic Use of Far Memory for In-Memory Database Management Systems
- Donghun Lee,
- Thomas Willhalm,
- Minseon Ahn,
- Suprasad Mutalik Desai,
- Daniel Booss,
- Navneet Singh,
- Daniel Ritter,
- Jungmin Kim,
- Oliver Rebholz
DaMoN '23: Proceedings of the 19th International Workshop on Data Management on New HardwarePages 35–43https://doi.org/10.1145/3592980.3595311The separation and independent scalability of compute and memory is one of the crucial aspects for modern in-memory database systems (IMDBMSs) in the cloud. The new, cache-coherent memory interconnect Compute Express Link (CXL) promises elastic memory ...
- research-articleJune 2023
Accelerating User-Defined Aggregate Functions (UDAF) with Block-wide Execution and JIT Compilation on GPUs
DaMoN '23: Proceedings of the 19th International Workshop on Data Management on New HardwarePages 19–26https://doi.org/10.1145/3592980.3595307The GPU-accelerated DataFrame library cuDF has become increasingly popular for data analytics applications due to its superior performance against CPU-based DataFrame libraries such as Pandas. One of the frequently-used operations in dataframe ...