Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1a2be80

Browse files
committed
Add first release note detail item.
1 parent a00d6b2 commit 1a2be80

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/src/sgml/release.sgml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.218 2003/10/27 02:51:39 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.219 2003/10/29 20:38:19 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -15,6 +15,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.218 2003/10/27 02:51:39 mo
1515
<glossentry><glossterm> Performance</glossterm>
1616

1717
<glossdef><para> IN/NOT IN subqueries are now much more efficient
18+
<footnote>
19+
<para>
20+
In previous releases, IN/NOT IN subqueries were joined to the
21+
upper query by sequentially scanning the subquery looking for
22+
a join. The 7.4 code uses the same sophisticated techniques
23+
used by ordinary joins and so is much faster, and is now faster
24+
than EXISTS subqueries.
25+
</para>
26+
</footnote>
1827
</para>
1928

2029
<para> Improved GROUP BY processing by using hash buckets</para>

0 commit comments

Comments
 (0)