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

Commitcf8e7b1

Browse files
committed
Spell "parallel" correctly.
Per David Rowley.
1 parent1c2db8c commitcf8e7b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/optimizer/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ often very limited due to the difficulty of avoiding pipeline stalls.
938938
Consequently, we do not currently attempt to generate query plans that
939939
use this technique.
940940

941-
Instead, we focus on partitioningparalellism, which does not require
941+
Instead, we focus on partitioningparallelism, which does not require
942942
that the underlying table be partitioned. It only requires that (1)
943943
there is some method of dividing the data from at least one of the base
944944
tables involved in the relation across multiple processes, (2) allowing

‎src/backend/optimizer/path/costsize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ cost_seqscan(Path *path, PlannerInfo *root,
238238
* only one worker, the leader often makes a very substantial
239239
* contribution to executing the parallel portion of the plan, but as
240240
* more workers are added, it does less and less, because it's busy
241-
* reading tuples from the workers and doing whatever non-paralell
241+
* reading tuples from the workers and doing whatever non-parallel
242242
* post-processing is needed. By the time we reach 4 workers, the
243243
* leader no longer makes a meaningful contribution. Thus, for now,
244244
* estimate that the leader spends 30% of its time servicing each

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp