Re: Using the GPU

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Billings, John" <John(dot)Billings(at)PAETEC(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Using the GPU
Date: 2007-06-09 00:36:55
Message-ID: 874pli9d5k.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Billings, John" <John(dot)Billings(at)PAETEC(dot)com> writes:

> 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?

There has been some interesting research on sorting using the GPU which could
be very interesting for databases.

However I think Postgres would be unlikely to go the route of having compiled
driver code for every possible video card. It's unlikely to be interesting for
database developers until there's some abstract interface designed for these
kinds of optimizations which it can use without caring about the specific
graphics card.

Perhaps this can be done using OpenGL already but I kind of doubt it.

--
Gregory Stark
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2007-06-09 01:12:22 Re: Command tags in create/drop scripts
Previous Message Alvaro Herrera 2007-06-08 23:19:40 Re: Autovacuum launcher doesn't notice death of postmaster immediately