Sciweavers

DAMON
2006
Springer

Architecture-conscious hashing

13 years 8 months ago
Architecture-conscious hashing
Hashing is one of the fundamental techniques used to implement query processing operators such as grouping, aggregation and join. This paper studies the interaction between modern computer architecture and hash-based query processing techniques. First, we focus on extracting maximum hashing performance from super-scalar CPUs. In particular, we discuss fast hash functions, ways to efficiently handle multi-column keys and propose the use of a recently introduced hashing scheme called Cuckoo Hashing over the commonly used bucket-chained hashing. In the second part of the paper, we focus on the CPU cache usage, by dynamically partitioning data streams such that the partial hash tables fit in the CPU cache. Conventional partitioning works as a separate preparatory phase, forcing materialization, which may require I/O if the stream does not fit in RAM. We introduce best-effort partitioning, a technique that interleaves partitioning with execution of hash-based query processing operators and...
Marcin Zukowski, Sándor Héman, Peter
Added 22 Aug 2010
Updated 22 Aug 2010
Type Conference
Year 2006
Where DAMON
Authors Marcin Zukowski, Sándor Héman, Peter A. Boncz
Comments (0)