@inproceedings{c510e90810a2439984bd2b4549d7b0a2,
title = "iSearch: seek acceleration through interpolation in smart storage settings",
abstract = "Modern database management systems (DBMS) face significant challenges when executing analytical tasks on exponentially growing datasets, often relying on search operation for key lookup. Traditional optimization methods focus on minimizing execution times in host-based systems. In contrast, smart storage devices enable offloading of query plan execution on-device, presenting opportunities for new optimizations. However, these devices operate under strict computational constraints and necessitate efficient resource management. Prevailing DBMS implementations predominantly employ binary search, because of its performance and robustness. In contrast, interpolation search algorithms yield considerable computational savings in smart storage settings, however they are not always robust. In this paper, we propose a novel adaptive search algorithm iSearch, which combines a configurable number of interpolation search iterations with a fallback to binary search. This hybrid approach ensures robust and predictable runtime performance, regardless of the underlying data distribution. We further demonstrate that commodity consumer devices benefit more from adaptive search approaches than traditional host systems, highlighting the potential for improved performance and efficiency in both contexts.",
keywords = "near data processing, binary search, interpolation search, iSearch, robustness",
author = "Christian Kn{\"o}dler and Arthur Bernhardt and Naeem Ramzan and Ilia Petrov",
year = "2025",
month = sep,
day = "22",
doi = "10.1007/978-3-032-05727-3\_1",
language = "English",
isbn = "9783032057266",
series = "Communications in Computer and Information Science",
publisher = "Springer Cham",
pages = "3--13",
editor = "P.K. Chrysanthis and K. N{\o}rv{\aa}g and K. Stefanidis and Z. Zhang and E. Quintarelli and E. Zumpano",
booktitle = "New Trends in Database and Information Systems. ADBIS 2025",
}