Re: Parallel Sort

From: james <james(at)mansionfamily(dot)plus(dot)com>
To: Jim Nasby <jim(at)nasby(dot)net>
Cc: Noah Misch <noah(at)leadboat(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Parallel Sort
Date: 2013-05-24 18:52:28
Message-ID: 519FB6EC.4050903@mansionfamily.plus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Have you considered GPU-based sorting? I know there's been discussion
in the past.

If you use OpenCL, then you can use a CPU driver if there is no GPU, and
that can allow you to leverage all the CPU cores without having to do
the multi-thread stuff in the backend.

While the compilation of a specific kernel can be quite expensive, it
also has the effect of a JIT compiler in terms of system independence.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Szymon Guz 2013-05-24 19:10:26 adding import in pl/python function
Previous Message Greg Smith 2013-05-24 18:51:18 Re: Cost limited statements RFC