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

Commitd6a18f4

Browse files
committed
Mention that HOT helps with DELETE space reuse.
1 parent7b61801 commitd6a18f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.570 2007/12/1607:19:32 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.571 2007/12/1613:05:30 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -204,7 +204,7 @@ do it for earlier branch release files.
204204
<listitem>
205205
<para>
206206
Heap-Only Tuples (<acronym>HOT</>) accelerate space reuse for
207-
most <command>UPDATE</>s
207+
most <command>UPDATE</>s and <command>DELETE</>s
208208
</para>
209209
</listitem>
210210

@@ -736,15 +736,16 @@ current_date &lt; 2017-11-17
736736
<listitem>
737737
<para>
738738
Heap-Only Tuples (<acronym>HOT</>) accelerate space reuse for most
739-
<command>UPDATE</>s (Pavan Deolasee, with ideas from many others)
739+
<command>UPDATE</>s and <command>DELETE</>s (Pavan Deolasee, with
740+
ideas from many others)
740741
</para>
741742

742743
<para>
743744
<command>UPDATE</>s and <command>DELETE</>s leave dead tuples
744745
behind, as do failed <command>INSERT</>s. Previously only
745746
<command>VACUUM</> could reclaim space taken by dead tuples. With
746747
<acronym>HOT</> dead tuple space can be reclaimed at the time of
747-
<command>UPDATE</> or <command>INSERT</> if no changes are made to
748+
<command>INSERT</> or <command>UPDATE</> if no changes are made to
748749
indexed columns. This allows for more consistent performance.
749750
Also, <acronym>HOT</> avoids adding duplicate index entries.
750751
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp