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

Commitd1b7c1f

Browse files
committed
Parallel executor support.
This code provides infrastructure for a parallel leader to start upparallel workers to execute subtrees of the plan tree being executedin the master. User-supplied parameters from ParamListInfo are passeddown, but PARAM_EXEC parameters are not. Various other constructs,such as initplans, subplans, and CTEs, are also not currently shared.Nevertheless, there's enough here to support a basic implementation ofparallel query, and we can lift some of the current restrictions asneeded.Amit Kapila and Robert Haas
1 parent0557dc2 commitd1b7c1f

File tree

17 files changed

+1007
-2
lines changed

17 files changed

+1007
-2
lines changed

‎src/backend/executor/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ top_builddir = ../../..
1313
include$(top_builddir)/src/Makefile.global
1414

1515
OBJS = execAmi.o execCurrent.o execGrouping.o execIndexing.o execJunk.o\
16-
execMain.o execProcnode.o execQual.o execScan.o execTuples.o\
16+
execMain.o execParallel.o execProcnode.o execQual.o\
17+
execScan.o execTuples.o\
1718
execUtils.o functions.o instrument.o nodeAppend.o nodeAgg.o\
1819
nodeBitmapAnd.o nodeBitmapOr.o\
1920
nodeBitmapHeapscan.o nodeBitmapIndexscan.o nodeCustom.o nodeHash.o\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp