sqlite_select

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


sqlite_select [2018/10/03 17:56] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== SQLite Select ======
 +The name of this benchmark has changed from SQL Database to SQLite Select.
  
 +Prior work has shown dramatic acceleration for various data-base operations on GPUs, but only using primitives that are not part of conventional database languages such as SQL. This work implements a subset of the SQLite virtual machine directly on the GPU, accelerating SQL queries by executing in parallel on GPU hardware. This dramatically reduces the effort required to achieve GPU acceleration by avoiding the need for database programmers to use new programming languages such as CUDA or modify their programs to use non-SQL libraries. This implementation focuses on accelerating SELECT queries. Results on an NVIDIA Tesla C1060 achieve speedups of 20-70x depending on the size of the result set.
 +
 +[[http://pbbakkum.com/db/|Project Website Link]]
 +
 +Retrieved from "http://www.cs.virginia.edu/~skadron/wiki/rodinia/index.php?title=SQL_Database&oldid=573"
  • sqlite_select.txt
  • Last modified: 2018/10/03 17:56
  • by 127.0.0.1