Pith. sign in

Vortex: Overcoming Memory Capacity Limitations in GPU-Accelerated Large-Scale Data Analytics

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

Despite the high computational throughput of GPUs, limited memory capacity and bandwidth-limited CPU-GPU communication via PCIe links remain significant bottlenecks for accelerating large-scale data analytics workloads. This paper introduces Vortex, a GPU-accelerated framework designed for data analytics workloads that exceed GPU memory capacity. A key aspect of our framework is an optimized IO primitive that leverages all available PCIe links in multi-GPU systems for the IO demand of a single target GPU. It routes data through other GPUs to such target GPU that handles IO-intensive analytics tasks. This approach is advantageous when other GPUs are occupied with compute-bound workloads, such as popular AI applications that typically underutilize IO resources. We also introduce a novel programming model that separates GPU kernel development from IO scheduling, reducing programmer burden and enabling GPU code reuse. Additionally, we present the design of certain important query operators and discuss a late materialization technique based on GPU's zero-copy memory access. Without caching any data in GPU memory, Vortex improves the performance of the state-of-the-art GPU baseline, Proteus, by 5.7$\times$ on average and enhances price performance by 2.5$\times$ compared to a CPU-based DuckDB baseline.

citation-role summary

background 1

citation-polarity summary

fields

cs.DB 1

years

2025 1

verdicts

CONDITIONAL 1

roles

background 1

polarities

background 1

representative citing papers

GPU Acceleration of SQL Analytics on Compressed Data

cs.DB · 2025-06-11 · conditional · novelty 6.0

SQL operators execute directly on RLE, index, and dictionary-compressed columns on GPUs, with order-of-magnitude speedups for pre-sorted production workloads but only 2x mean gains on general public datasets.

citing papers explorer

Showing 1 of 1 citing paper.

  • GPU Acceleration of SQL Analytics on Compressed Data cs.DB · 2025-06-11 · conditional · none · ref 51 · internal anchor

    SQL operators execute directly on RLE, index, and dictionary-compressed columns on GPUs, with order-of-magnitude speedups for pre-sorted production workloads but only 2x mean gains on general public datasets.