Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 484 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 484 Bytes

ParallelizationElf

Parallel Selections in main memory index structures(Elf) for Databases

This link gives an overview of Elf and the state of art sequential search for the selection predicates. In this project, we tried to implement the index traversal in two parallel variants (Subtree and Node level). Details on the implementation are given in the report.