Sciweavers

CORR
2011
Springer

High-Throughput Transaction Executions on Graphics Processors

13 years 1 days ago
High-Throughput Transaction Executions on Graphics Processors
OLTP (On-Line Transaction Processing) is an important business system sector in various traditional and emerging online services. Due to the increasing number of users, OLTP systems require high throughput for executing tens of thousands of transactions in a short time period. Encouraged by the recent success of GPGPU (General-Purpose computation on Graphics Processors), we propose GPUTx, an OLTP engine performing high-throughput transaction executions on the GPU for in-memory databases. Compared with existing GPGPU studies usually optimizing a single task, transaction executions require handling many small tasks concurrently. Specifically, we propose the bulk execution model to group multiple transactions into a bulk and to execute the bulk on the GPU as a single task. The transactions within the bulk are executed concurrently on the GPU. We study three basic execution strategies (one with locks and the other two lock-free), and optimize them with the GPU features including the hard...
Bingsheng He, Jeffrey Xu Yu
Added 13 May 2011
Updated 13 May 2011
Type Journal
Year 2011
Where CORR
Authors Bingsheng He, Jeffrey Xu Yu
Comments (0)