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

Commita8474d8

Browse files
author
Amit Kapila
committed
Fix typos in parallel query docs.
Reported-by: Jon JensenAuthor: Jon JensenReviewed-by: Amit Kapila and Robert HaasBackpatch-through: 10Discussion:https://postgr.es/m/nycvar.YSQ.7.76.1912301807510.9899@ybpnyubfg
1 parentadc9cb6 commita8474d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/parallel.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
302302
scan</emphasis>, the cooperating processes take turns reading data from the
303303
index. Currently, parallel index scans are supported only for
304304
btree indexes. Each process will claim a single index block and will
305-
scan and return all tuples referenced by that block; otherprocess can
305+
scan and return all tuples referenced by that block; otherprocesses can
306306
at the same time be returning tuples from a different index block.
307307
The results of a parallel btree scan are returned in sorted order
308308
within each worker process.
@@ -435,7 +435,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
435435
involve appending multiple results sets can therefore achieve
436436
coarse-grained parallelism even when efficient partial plans are not
437437
available. For example, consider a query against a partitioned table
438-
which canbeonly be implemented efficiently by using an index that does
438+
which can only be implemented efficiently by using an index that does
439439
not support parallel scans. The planner might choose a <literal>Parallel
440440
Append</literal> of regular <literal>Index Scan</literal> plans; each
441441
individual index scan would have to be executed to completion by a single

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp