Will PostgreSQL get ported to CUDA?

From: "Christopher Browne" <cbbrowne(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Will PostgreSQL get ported to CUDA?
Date: 2008-01-30 17:55:55
Message-ID: d6d6637f0801300955j281465cs199bbf853d76ba51@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2008/1/30 Dann Corbit <DCorbit(at)connx(dot)com>:
http://www.scientificcomputing.com/ShowPR~PUBCODE~030~ACCT~3000000100~ISSUE~0801~RELTYPE~HPCC~PRODCODE~00000000~PRODLETT~C.html
>
> http://www.nvidia.com/object/cuda_learn.html
>
> http://www.nvidia.com/object/cuda_get.html

Someone at CMU has tried this, somewhat fruitfully.

http://www.andrew.cmu.edu/user/ngm/15-823/project/Draft.pdf
http://www.andrew.cmu.edu/user/ngm/15-823/project/Final.pdf

This was based on GPUSort:
http://gamma.cs.unc.edu/GPUSORT/

Unfortunately, the licensing of GPUSort is, if anything, more awful
than that for CUDA.
http://gamma.cs.unc.edu/GPUSORT/terms.html

This would need to get pretty totally reimplemented to be useful with
PostgreSQL. Happily, we actually have some evidence that the exercise
would be of some value. Further, it looks to me like the
implementation that was done was done in a pretty naive way.
Something done more seriously would likely be radically better...
--
http://linuxfinances.info/info/linuxdistributions.html
"The definition of insanity is doing the same thing over and over and
expecting different results." -- assortedly attributed to Albert
Einstein, Benjamin Franklin, Rita Mae Brown, and Rudyard Kipling

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-01-30 18:07:50 Re: [PATCHES] Proposed patch: synchronized_scanning GUCvariable
Previous Message Tom Lane 2008-01-30 17:41:47 Re: Will PostgreSQL get ported to CUDA?