How the Planner in PGStrom differs from PostgreSQL?

Поиск
Список
Период
Сортировка
От Mark Anns
Тема How the Planner in PGStrom differs from PostgreSQL?
Дата
Msg-id 1478761911769-5929724.post@n3.nabble.com
обсуждение исходный текст
Ответы Re: How the Planner in PGStrom differs from PostgreSQL?  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Список pgsql-general
I am reading through Postgres and PGStrom. Regarding the planning factors, I
need some clarifications. Can u help me with that?

Planner in Postgres checks for different scan and join methods, and then
find the cheapest one and creates a query plan tree. While going for same
thing in GPU, the checks should also be made for, whether it is device
executable or not and the query plan tree from Postgres has been updated.

How this planning in GPU actually works for? How to determine device
executables? What are the factors considered for the planner in GPU?

For example, in gpujoin.c, the function responsible for this plan is
pgstrom_post_planner_gpujoin. What is the work of this function? What is
this actually doing?  It is updating some target list. What are they? It is
checking for pgstrom_device_expression(tle->expr) i.e., for device
executables. What are the tasks covered under this?

Best regards



--
View this message in context:
http://postgresql.nabble.com/How-the-Planner-in-PGStrom-differs-from-PostgreSQL-tp5929724.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Postgresql error (and service disruption) on Windows
Следующее
От: Cynthia Hombakazi Ngejane
Дата:
Сообщение: Syncing Data of data type BLOB into Postgres- Bytea