Re: PG-Strom - A GPU optimized asynchronous executor module

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: PG-Strom - A GPU optimized asynchronous executor module
Дата
Msg-id CA+TgmoYskq6pA+X+O4nJYrc31qUNpyC0O1fsTVTRFzAAuwAQ+A@mail.gmail.com
обсуждение исходный текст
Ответ на PG-Strom - A GPU optimized asynchronous executor module  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Ответы Re: PG-Strom - A GPU optimized asynchronous executor module  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Список pgsql-hackers
On Sun, Jan 22, 2012 at 10:48 AM, Kohei KaiGai <kaigai@kaigai.gr.jp> wrote:
> I tried to implement a fdw module that is designed to utilize GPU
> devices to execute
> qualifiers of sequential-scan on foreign tables managed by this module.
>
> It was named PG-Strom, and the following wikipage gives a brief
> overview of this module.
>    http://wiki.postgresql.org/wiki/PGStrom
>
> In our measurement, it achieves about x10 times faster on
> sequential-scan with complex-
> qualifiers, of course, it quite depends on type of workloads.

That's pretty neat.  In terms of tuning the non-GPU based
implementation, have you done any profiling?  Sometimes that leads to
an "oh, woops" moment.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Next steps on pg_stat_statements normalisation
Следующее
От: Noah Misch
Дата:
Сообщение: Re: [PATCH] Support for foreign keys with arrays