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

Commitdd18c57

Browse files
committed
Properly mention in the release notes that fillfactor controls both heap
and indexes. Other cleanups.
1 parente328f8b commitdd18c57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.437 2006/09/18 23:01:43 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.438 2006/09/18 23:19:50 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -14,6 +14,7 @@ non-ascii convert to & escapes
1414
http://www.mountaindragon.com/html/iso.htm
1515
encode multibytes as UTF8
1616
http://www.pemberley.com/janeinfo/latin1.html#latexta
17+
wrap long lines
1718

1819
For new features, add links to the documentation sections.
1920

@@ -220,14 +221,14 @@ For new features, add links to the documentation sections.
220221

221222
<listitem>
222223
<para>
223-
Add <literal>FILLFACTOR</> to<command>CREATE INDEX</>
224+
Add <literal>FILLFACTOR</> totable and index creation
224225
(ITAGAKI Takahiro)
225226
</para>
226227

227228
<para>
228-
Thisprovides infrastructuretoallow index access methods
229-
to accept special parameters of all kinds, but
230-
<literal>FILLFACTOR</> is implemented first.
229+
Thisadds extra free spacetoeach heap or index page,
230+
allowing improved performance as the database grows. This
231+
is particularly valuable to maintain <command>CLUSTER</>ing.
231232
</para>
232233
</listitem>
233234

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp