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

Commit1a2be80

Browse files
committed
Add first release note detail item.
1 parenta00d6b2 commit1a2be80

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)

[8]ページ先頭

©2009-2025 Movatter.jp