Re: Parallel Sort - Mailing list pgsql-hackers

From james
Subject Re: Parallel Sort
Date
Msg-id 519FB6EC.4050903@mansionfamily.plus.com
Whole thread Raw
In response to Re: Parallel Sort  (Jim Nasby <jim@nasby.net>)
Responses Re: Parallel Sort  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
List 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.




pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Cost limited statements RFC
Next
From: Szymon Guz
Date:
Subject: adding import in pl/python function