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

Commit6b8d26b

Browse files
committed
Update HOT description to make index column changes clearer.
1 parent52767ea commit6b8d26b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.560 2007/12/0716:53:31 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.561 2007/12/0717:42:49 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -703,13 +703,13 @@ current_date &lt; 2017-11-17
703703
</para>
704704

705705
<para>
706-
<command>UPDATE</>s and <command>DELETE</>s leave dead tuples behind,
707-
as do failed <command>INSERT</>s. Previously only
706+
<command>UPDATE</>s and <command>DELETE</>s leave dead tuples
707+
behind,as do failed <command>INSERT</>s. Previously only
708708
<command>VACUUM</> could reclaim space taken by dead tuples. With
709709
<acronym>HOT</> dead tuple space can be reclaimed at the time of
710-
<command>UPDATE</> or <command>INSERT</>. This allows for more
711-
consistent performance.Also, <acronym>HOT</> avoids making duplicate
712-
index entries when an <command>UPDATE</>changes no indexed columns.
710+
<command>UPDATE</> or <command>INSERT</> if no changes are made to
711+
indexed columns.This allows for more consistent performance.
712+
Also, <acronym>HOT</>avoids adding duplicate index entries.
713713
</para>
714714
</listitem>
715715

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp