[COMMITTERS] pgsql: Consider parallel merge joins.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Consider parallel merge joins.
Дата
Msg-id E1clIQS-00088Q-7G@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Consider parallel merge joins.

Commit 45be99f8cd5d606086e0a458c9c72910ba8a613d took the position
that performing a merge join in parallel was not likely to work out
well, but this conclusion was greeted with skepticism even at the
time.  Whether it was true then or not, it's clearly not true any
more now that we have parallel index scan.

Dilip Kumar, reviewed by Amit Kapila and by me.

Discussion: http://postgr.es/m/CAFiTN-v3=cM6nyFwFGp0fmvY4=kk79Hq9Fgu0u8CSJ-EEq1Tiw@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3bc7dafa9bebbdaa1bbf0da0798d29a8bdaf6a8f

Modified Files
--------------
src/backend/optimizer/path/joinpath.c         | 259 ++++++++++++++++++++++++--
src/test/regress/expected/select_parallel.out |  25 +++
src/test/regress/sql/select_parallel.sql      |  10 +
3 files changed, 275 insertions(+), 19 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix pgbench's failure to honor the documented long-form option"
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: A collection of small fixes for the SCRAM patch.