|
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 $ --> |
2 | 2 | <!--
|
3 | 3 |
|
4 | 4 | Typical markup:
|
@@ -204,7 +204,7 @@ do it for earlier branch release files.
|
204 | 204 | <listitem>
|
205 | 205 | <para>
|
206 | 206 | Heap-Only Tuples (<acronym>HOT</>) accelerate space reuse for
|
207 |
| - most <command>UPDATE</>s |
| 207 | + most <command>UPDATE</>s and <command>DELETE</>s |
208 | 208 | </para>
|
209 | 209 | </listitem>
|
210 | 210 |
|
@@ -736,15 +736,16 @@ current_date < 2017-11-17
|
736 | 736 | <listitem>
|
737 | 737 | <para>
|
738 | 738 | 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) |
740 | 741 | </para>
|
741 | 742 |
|
742 | 743 | <para>
|
743 | 744 | <command>UPDATE</>s and <command>DELETE</>s leave dead tuples
|
744 | 745 | behind, as do failed <command>INSERT</>s. Previously only
|
745 | 746 | <command>VACUUM</> could reclaim space taken by dead tuples. With
|
746 | 747 | <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 |
748 | 749 | indexed columns. This allows for more consistent performance.
|
749 | 750 | Also, <acronym>HOT</> avoids adding duplicate index entries.
|
750 | 751 | </para>
|
|