mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Update HOT description to make index column changes clearer.
This commit is contained in:
parent
52767ea76f
commit
6b8d26bb07
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.560 2007/12/07 16:53:31 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.561 2007/12/07 17:42:49 momjian Exp $ -->
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
Typical markup:
|
Typical markup:
|
||||||
@ -703,13 +703,13 @@ current_date < 2017-11-17
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<command>UPDATE</>s and <command>DELETE</>s leave dead tuples behind,
|
<command>UPDATE</>s and <command>DELETE</>s leave dead tuples
|
||||||
as do failed <command>INSERT</>s. Previously only
|
behind, as do failed <command>INSERT</>s. Previously only
|
||||||
<command>VACUUM</> could reclaim space taken by dead tuples. With
|
<command>VACUUM</> could reclaim space taken by dead tuples. With
|
||||||
<acronym>HOT</> dead tuple space can be reclaimed at the time of
|
<acronym>HOT</> dead tuple space can be reclaimed at the time of
|
||||||
<command>UPDATE</> or <command>INSERT</>. This allows for more
|
<command>UPDATE</> or <command>INSERT</> if no changes are made to
|
||||||
consistent performance. Also, <acronym>HOT</> avoids making duplicate
|
indexed columns. This allows for more consistent performance.
|
||||||
index entries when an <command>UPDATE</> changes no indexed columns.
|
Also, <acronym>HOT</> avoids adding duplicate index entries.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user