In-memory Grid Files on Graphics Processors

Ke Yang,Bingsheng He,Rui Fang,Mian Lu,Naga K. Govindaraju,Qiong Luo,Pedro V. Sander,Jiaoying Shi
DOI: https://doi.org/10.1145/1363189.1363196
2007-01-01
Abstract:Recently, graphics processing units, or GPUs, have become a viable alternative as commodity, parallel hardware for general-purpose computing, due to their massive data-parallelism, high memory bandwidth, and improved general-purpose programming interface. In this paper, we explore the use of GPU on the grid file, a traditional multidimensional access method. Considering the hardware characteristics of GPUs, we design a massively multi-threaded GPU-based grid file for static, memory-resident multidimensional point data. Moreover, we propose a hierarchical grid file variant to handle data skews efficiently. Our implementations on the NVIDIA G80 GTX graphics card are able to achieve two to eight times' higher performance than their CPU counterparts on a single PC.
What problem does this paper attempt to address?