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

Commit7012b13

Browse files
committed
postgres_fdw: Push down aggregates to remote servers.
Now that the upper planner uses paths, and now that we have proper hooksto inject paths into the upper planning process, it's possible forforeign data wrappers to arrange to push aggregates to the remote sideinstead of fetching all of the rows and aggregating them locally. Thisfigures to be a massive win for performance, so teach postgres_fdw todo it.Jeevan Chalke and Ashutosh Bapat. Reviewed by Ashutosh Bapat withadditional testing by Prabhat Sahu. Various mostly cosmetic changesby me.
1 parent709e461 commit7012b13

File tree

6 files changed

+2452
-150
lines changed

6 files changed

+2452
-150
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp