Skip to content

Commit

Permalink
respond to Tanaka-san's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koizumistr committed Jul 21, 2023
1 parent 8ce34d9 commit 3a83b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/sgml/parallel.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
requesting an additional range of blocks.
-->
<emphasis>パラレルシーケンシャルスキャン</emphasis>では、テーブルのブロックは範囲に分割され、協調するプロセス間で共有されます。
各ワーカープロセスは、指定されたブロックの範囲のスキャンを完了した後で、追加のブロックの範囲を要求します
各ワーカープロセスは、ブロックの追加範囲を要求する前に、与えられたブロックの範囲のスキャンを完了します
</para>
</listitem>
<listitem>
Expand Down

0 comments on commit 3a83b19

Please sign in to comment.