5732

Accelerating Foreign-Key Joins using Asymmetric Memory Channels

Holger Pirk, Stefan Manegold, Martin Kersten
CWI, Amsterdam, The Netherlands
Proceedings of International Conference on Very Large Data Bases 2011 (VLDB), 585-597, 2011

@article{pirk2011accelerating,

   title={Accelerating Foreign-Key Joins using Asymmetric Memory Channels},

   author={Pirk, H. and Manegold, S. and Kersten, M.},

   year={2011}

}

Download Download (PDF)   View View   Source Source   

1398

views

Indexed Foreign-Key Joins expose a very asymmetric access pattern: the Foreign-Key Index is sequentially scanned whilst the Primary-Key table is target of many quasi-random lookups which is the dominant cost factor. To reduce the costs of the random lookups the fact-table can be (re-) partitioned at runtime to increase access locality on the dimension table, and thus limit the random memory access to inside the CPU’s cache. However, this is very hard to optimize and the performance impact on recent architectures is limited because the partitioning costs consume most of the achievable join improvement [3]. GPGPUs on the other hand have an architecture that is well suited for this operation: a relatively slow connection to the large system memory and a very fast connection to the smaller internal device memory. We show how to accelerate Foreign-Key Joins by executing the random table lookups on the GPU’s VRAM while sequentially streaming the Foreign-Key-Index through the PCI-E Bus. We also experimentally study the memory access costs on GPU and CPU to provide estimations of the benefit of this technique.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: