Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4106b2

Browse files
committed
postgres_fdw: Push down joins to remote servers.
If we've got a relatively straightforward join between two tables,this pushes that join down to the remote server instead of fetchingthe rows for each table and performing the join locally. Some casesare not handled yet, such as SEMI and ANTI joins. Also, we don'tyet attempt to create presorted join paths or parameterized joinpaths even though these options do get tried for a base relationscan. Nevertheless, this seems likely to be a very significant winin many practical cases.Shigeru Hanada and Ashutosh Bapat, reviewed by Robert Haas, withadditional review at various points by Tom Lane, Etsuro Fujita,KaiGai Kohei, and Jeevan Chalke.
1 parent7351e18 commite4106b2

File tree

6 files changed

+2464
-265
lines changed

6 files changed

+2464
-265
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp