Skip to content

Commit

Permalink
Merge pull request #2663 from koizumistr/parallel_15.3
Browse files Browse the repository at this point in the history
update parallel for 15.3
  • Loading branch information
KenichiroTanaka authored Jul 24, 2023
2 parents 2c78596 + 3a83b19 commit 6227829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/src/sgml/parallel.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
the entire database system is running as a single process in this situation,
no background workers will be available.
-->
《マッチ度[90.957447]》加えて、システムはシングルユーザモードで動いていてはいけません。
この場合はデータベースシステム全体が一つのプロセスで動いているので、バックグラウンドワーカーが使えません。
加えて、システムはシングルユーザモードで動いていてはいけません。
この場合はデータベースシステム全体が一つのプロセスとして動いているので、バックグラウンドワーカーが使えません。
</para>

<para>
Expand Down Expand Up @@ -404,8 +404,8 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
worker process will complete the scanning of its given range of blocks before
requesting an additional range of blocks.
-->
《機械翻訳》<emphasis>パラレルシーケンシャルスキャン</emphasis>では、テーブルのブロックは範囲に分割され、連携するプロセス間で共有されます
各ワーカープロセスは、指定されたブロックレンジ前のスキャンを完了し、ブロックレンジの追加を要求します
<emphasis>パラレルシーケンシャルスキャン</emphasis>では、テーブルのブロックは範囲に分割され、協調するプロセス間で共有されます
各ワーカープロセスは、ブロックの追加範囲を要求する前に、与えられたブロックの範囲のスキャンを完了します
</para>
</listitem>
<listitem>
Expand Down

0 comments on commit 6227829

Please sign in to comment.