Re: How the Planner in PGStrom differs from PostgreSQL?

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: How the Planner in PGStrom differs from PostgreSQL?
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B5397D510@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: How the Planner in PGStrom differs from PostgreSQL?  (Mark Anns <aishwaryaanns@gmail.com>)
Ответы Re: How the Planner in PGStrom differs from PostgreSQL?  (Mark Anns <aishwaryaanns@gmail.com>)
Список pgsql-general
Mark Anns wrote:
> How the planning factors of PGStrom differs from planning factos of
> PostgreSQL?

I don't know what exactly you mean by a "planning factor".

What PGStrom does is estimate the cost of the GPU operations
and attach these costs to a custom scan node which is part of
a query plan.

Many different plans are generated; some will involve PGStrom,
some will not.  The optimizer then chooses among these plans the
one with the lowest total cost.

Yours,
Laurenz Albe

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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Fwd: Creating multiple instances of postresql on Windows environment
Следующее
От: Mark Anns
Дата:
Сообщение: Re: How the Planner in PGStrom differs from PostgreSQL?