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

Commit42d01f5

Browse files
committed
Doc: fix outdated wording about parallel seq scans
56788d2 adjusted the parallel seq scan code so that instead of handingout a single block at a time to parallel workers, it now hands out rangesof blocks.Here we update the documentation which still claimed that workers receivedjust 1 block at a time.Reported-by: Zhang MingliDiscussion:https://postgr.es/m/17c99615-2c3b-4e4e-9d0b-424a66a7bccd@SparkBackpatch-through: 14, where56788d2 was added.
1 parentc8e4030 commit42d01f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/parallel.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,9 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
272272
<listitem>
273273
<para>
274274
In a <emphasis>parallel sequential scan</emphasis>, the table's blocks will
275-
be divided among the cooperating processes. Blocks are handed out one
276-
at a time, so that access to the table remains sequential.
275+
be divided into ranges and shared among the cooperating processes. Each
276+
worker process will complete the scanning of its given range of blocks before
277+
requesting an additional range of blocks.
277278
</para>
278279
</listitem>
279280
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp