pgsql: Consider materializing the cheapest inner path in parallel nestl
В списке pgsql-committers по дате отправления:
| От | Richard Guo |
|---|---|
| Тема | pgsql: Consider materializing the cheapest inner path in parallel nestl |
| Дата | |
| Msg-id | E1sS5ty-001K46-A6@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Consider materializing the cheapest inner path in parallel nestloop When generating non-parallel nestloop paths for each available outer path, we always consider materializing the cheapest inner path if feasible. Similarly, in this patch, we also consider materializing the cheapest inner path when building partial nestloop paths. This approach potentially reduces the need to rescan the inner side of a partial nestloop path for each outer tuple. Author: Tender Wang Reviewed-by: Richard Guo, Robert Haas, David Rowley, Alena Rybakina Reviewed-by: Tomasz Rybak, Paul Jungwirth, Yuki Fujii Discussion: https://postgr.es/m/CAHewXNkPmtEXNfVQMou_7NqQmFABca9f4etjBtdbbm0ZKDmWvw@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/22d946b0f86f9c13f869bb8b75444a77a20134d8 Modified Files -------------- src/backend/optimizer/path/joinpath.c | 25 ++++++++++++++++++++++ src/test/regress/expected/select_parallel.out | 30 +++++++++++++++++++++++++++ src/test/regress/sql/select_parallel.sql | 10 +++++++++ 3 files changed, 65 insertions(+)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера