Re: Amazon now supporting GPU focused EC2 instances - Mailing list pgsql-hackers

From Jeroen Vermeulen
Subject Re: Amazon now supporting GPU focused EC2 instances
Date
Msg-id 4CE15D08.8000703@xs4all.nl
Whole thread Raw
In response to Re: Amazon now supporting GPU focused EC2 instances  (Greg Stark <stark@mit.edu>)
Responses Re: Amazon now supporting GPU focused EC2 instances
List pgsql-hackers
On 2010-11-15 18:49, Greg Stark wrote:

> I've seen papers on doing relational joins using GPUs and I'm sure
> there are other algorithms we wonderful stuff we could do. But if it
> comes at the cost of being able to handle arbitrary join clauses it'll
> be a tough sacrifice to make.

Perhaps the coolest use of all is as an intermediate filtering stage for 
spatial joins, using collision detection.  Draw your data and your 
search region (slightly enlarged) as objects and ask the graphics card 
if the search region collides with anything.  Much like it might ask "is 
this player character bumping into any walls?"

IIRC it's been prototyped in Oracle with impressive results.  Using 
OpenGL, so quite portable between GPUs.


Jeroen


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: SSI update
Next
From: "Kevin Grittner"
Date:
Subject: Re: SSI update