Re: Parallel Sort

Поиск
Список
Период
Сортировка
От james
Тема Re: Parallel Sort
Дата
Msg-id 519FB6EC.4050903@mansionfamily.plus.com
обсуждение исходный текст
Ответ на Re: Parallel Sort  (Jim Nasby <jim@nasby.net>)
Ответы Re: Parallel Sort
Список 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 по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Cost limited statements RFC
Следующее
От: Szymon Guz
Дата:
Сообщение: adding import in pl/python function