|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/arch-dev.sgml,v 2.30 2007/07/21 04:02:41 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/arch-dev.sgml,v 2.31 2007/12/12 06:23:27 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="overview">
|
4 | 4 | <title>Overview of PostgreSQL Internals</title>
|
|
407 | 407 |
|
408 | 408 | <listitem>
|
409 | 409 | <para>
|
410 |
| - <firstterm>mergesortjoin</firstterm>: Each relation is sorted on the join |
| 410 | + <firstterm>merge join</firstterm>: Each relation is sorted on the join |
411 | 411 | attributes before the join starts. Then the two relations are
|
412 | 412 | scanned in parallel, and matching rows are combined to form
|
413 | 413 | join rows. This kind of join is more
|
|