Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d6a18f45
Commit
d6a18f45
authored
Dec 16, 2007
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention that HOT helps with DELETE space reuse.
parent
7b618017
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+5
-4
No files found.
doc/src/sgml/release.sgml
View file @
d6a18f45
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.57
0 2007/12/16 07:19:32
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.57
1 2007/12/16 13:05:30
momjian Exp $ -->
<!--
Typical markup:
...
...
@@ -204,7 +204,7 @@ do it for earlier branch release files.
<listitem>
<para>
Heap-Only Tuples (<acronym>HOT</>) accelerate space reuse for
most <command>UPDATE</>s
most <command>UPDATE</>s
and <command>DELETE</>s
</para>
</listitem>
...
...
@@ -736,7 +736,8 @@ current_date < 2017-11-17
<listitem>
<para>
Heap-Only Tuples (<acronym>HOT</>) accelerate space reuse for most
<command>UPDATE</>s (Pavan Deolasee, with ideas from many others)
<command>UPDATE</>s and <command>DELETE</>s (Pavan Deolasee, with
ideas from many others)
</para>
<para>
...
...
@@ -744,7 +745,7 @@ current_date < 2017-11-17
behind, as do failed <command>INSERT</>s. Previously only
<command>VACUUM</> could reclaim space taken by dead tuples. With
<acronym>HOT</> dead tuple space can be reclaimed at the time of
<command>
UPDATE</> or <command>INSERT
</> if no changes are made to
<command>
INSERT</> or <command>UPDATE
</> if no changes are made to
indexed columns. This allows for more consistent performance.
Also, <acronym>HOT</> avoids adding duplicate index entries.
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment