aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorRichard Guo <rguo@postgresql.org>2024-07-12 11:16:43 +0900
committerRichard Guo <rguo@postgresql.org>2024-07-12 11:16:43 +0900
commit22d946b0f86f9c13f869bb8b75444a77a20134d8 (patch)
treeb18cc42bcc9e4132e21d8074f9f89a44c9aba3a5 /src/backend/executor
parent72c0b24b2ddd2d2a2b85d19222845c8c7ae3cbdb (diff)
downloadpostgresql-22d946b0f86f9c13f869bb8b75444a77a20134d8.tar.gz
postgresql-22d946b0f86f9c13f869bb8b75444a77a20134d8.zip
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
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions