mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Change 'merge sort join', a phrase we use nowhere else, to the more
usual 'merge join'.
This commit is contained in:
parent
230e8962f3
commit
73d6eb2446
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/arch-dev.sgml,v 2.30 2007/07/21 04:02:41 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/arch-dev.sgml,v 2.31 2007/12/12 06:23:27 tgl Exp $ -->
|
||||||
|
|
||||||
<chapter id="overview">
|
<chapter id="overview">
|
||||||
<title>Overview of PostgreSQL Internals</title>
|
<title>Overview of PostgreSQL Internals</title>
|
||||||
@ -407,7 +407,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<firstterm>merge sort join</firstterm>: Each relation is sorted on the join
|
<firstterm>merge join</firstterm>: Each relation is sorted on the join
|
||||||
attributes before the join starts. Then the two relations are
|
attributes before the join starts. Then the two relations are
|
||||||
scanned in parallel, and matching rows are combined to form
|
scanned in parallel, and matching rows are combined to form
|
||||||
join rows. This kind of join is more
|
join rows. This kind of join is more
|
||||||
|
Loading…
Reference in New Issue
Block a user