Re: Using the GPU

From: Alejandro Torras <atec_post(at)yahoo(dot)es>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Using the GPU
Date: 2007-06-13 22:07:33
Message-ID: 46706AA5.6080608@yahoo.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Billings, John wrote:
> Does anyone think that PostgreSQL could benefit from using the video
> card as a parallel computing device? I'm working on a project using
> Nvidia's CUDA with an 8800 series video card to handle non-graphical
> algorithms. I'm curious if anyone thinks that this technology could
> be used to speed up a database? If so which part of the database, and
> what kind of parallel algorithms would be used?
>

Looking at nvidia's cuda homepage
(http://developer.nvidia.com/object/cuda.html), I see that the parallel
bitonic sorting could be used instead of qsort/heapsort/mergesort (I
don't know which is used)

--
Alejandro Torras

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2007-06-13 22:09:20 Re: pointer to feature comparisons, please
Previous Message PFC 2007-06-13 21:59:40 Re: pointer to feature comparisons, please