Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.14 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.14 KB

EFFICIENT MAIN-MEMORY HASH JOINS ON MULTI-CORE CPUS: TUNING TO THE UNDERLYING HARDWARE

Build

Docs

Change the join/hardware parameters at src/prj_params.h

Documentation

A fork of the ETH Zurich's VLDB'13 hashjoin obtained from web archive (Under Hash joins source code for the VLDB'13 paper)

The original publication can be found at https://dl.acm.org/doi/abs/10.14778/2732219.2732227.

WARNING: run enable_hugepages.sh and constant_frequency.sh from kvstore repo before running your benchmarks!!!