Re: Using the GPU

From: "Vincent Janelle" <Vincent(dot)Janelle(at)active(dot)com>
To: "Billings, John" <John(dot)Billings(at)PAETEC(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Using the GPU
Date: 2007-06-08 20:07:26
Message-ID: F823CBB71DBD5A47B23DE16BD1FC97A0E64759@exchange.classinfo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Aren't most databases constrained by I/O? And postgresql by how fast
your kernel can switch between processes under a concurrent load?

From: pgsql-hackers-owner(at)postgresql(dot)org
[mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Billings, John
Sent: Friday, June 08, 2007 10:55 AM
To: pgsql-hackers(at)postgresql(dot)org
Subject: [HACKERS] Using the GPU

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?

Thanks, sorry if this is a duplicate message.

-- John Billings

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-06-08 20:10:08 Re: Minor changes to Recovery related code
Previous Message Simon Riggs 2007-06-08 19:16:35 Re: little PITR annoyance