[HTML][HTML] Database management system performance comparisons: A systematic literature review

T Taipalus - Journal of Systems and Software, 2023 - Elsevier
Efficiency has been a pivotal aspect of the software industry since its inception, as a system
that serves the end-user fast, and the service provider cost-efficiently benefits all parties. A …

High-Performance and Flexible Parallel Algorithms for Semisort and Related Problems

X Dong, Y Wu, Z Wang, L Dhulipala, Y Gu… - Proceedings of the 35th …, 2023 - dl.acm.org
Semisort is a fundamental algorithmic primitive widely used in the design and analysis of
efficient parallel algorithms. It takes input as an array of records and a function extracting a …

Robust External Hash Aggregation in the Solid State Age

L Kuiper, P Boncz, H Mühleisen - 2024 IEEE 40th International …, 2024 - ieeexplore.ieee.org
Analytical database systems offer high-performance in-memory aggregation. If there are
many unique groups, temporary query intermediates may not fit RAM, requiring the use of …

Robust and efficient sorting with offset-value coding

T Do, G Graefe - ACM Transactions on Database Systems, 2023 - dl.acm.org
Sorting and searching are large parts of database query processing, eg, in the forms of
index creation, index maintenance, and index lookup, and comparing pairs of keys is a …

A study of early aggregation in database query processing on FPGAs

M Moghaddamfar, N May, C Färber, W Lehner… - Proceedings of the …, 2023 - dl.acm.org
In database query processing, aggregation is an operator by which data with a common
property is grouped and expressed in a summary form. Early aggregation is a popular …

More Modern B-Tree Techniques

G Graefe - Foundations and Trends® in Databases, 2024 - nowpublishers.com
An earlier survey of modern b-tree techniques is now over a decade old. Obviously, it lacks
descriptions of techniques invented and published during this time. Just as importantly, it …

Sorting it out in Hardware: A State-of-the-Art Survey

AH Jalilvand, FS Banitaba, SN Estiri, S Aygun… - arXiv preprint arXiv …, 2023 - arxiv.org
Sorting is a fundamental operation in various applications and a traditional research topic in
computer science. Improving the performance of sorting operations can have a significant …

[PDF][PDF] Offset-value coding in database query processing.

G Graefe, T Do - EDBT, 2023 - openproceedings.org
Recent work [8] shows how offset-value coding speeds up database query execution, not
only sorting but also duplicate removal and grouping (aggregation) in sorted streams, order …

Robust Stream Indexing

N Glombiewski - 2023 - archiv.ub.uni-marburg.de
Kontinuierliche Datenströme stehen im Zentrum von vielen anspruchsvollen und komplexen
Anwendungen. Neben der Online-Verarbeitung durch ein Datenstromsystem müssen …

Priority queues for database query processing

G Graefe - BTW 2023, 2023 - dl.gi.de
Interesting orderings let sort-based query processing out-perform hash-based algorithms,
but only tree-of-losers priority queues and offset-value coding permit competing in all cases …