Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
d6a18f45
Commit
d6a18f45
authored
17 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Mention that HOT helps with DELETE space reuse.
parent
7b618017
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/release.sgml
+5
-4
5 additions, 4 deletions
doc/src/sgml/release.sgml
with
5 additions
and
4 deletions
doc/src/sgml/release.sgml
+
5
−
4
View file @
d6a18f45
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.57
0
2007/12/16
07:19
:3
2
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.57
1
2007/12/16
13:05
:3
0
momjian Exp $ -->
<!--
<!--
Typical markup:
Typical markup:
...
@@ -204,7 +204,7 @@ do it for earlier branch release files.
...
@@ -204,7 +204,7 @@ do it for earlier branch release files.
<listitem>
<listitem>
<para>
<para>
Heap-Only Tuples (<acronym>HOT</>) accelerate space reuse for
Heap-Only Tuples (<acronym>HOT</>) accelerate space reuse for
most <command>UPDATE</>s
most <command>UPDATE</>s
and <command>DELETE</>s
</para>
</para>
</listitem>
</listitem>
...
@@ -736,7 +736,8 @@ current_date < 2017-11-17
...
@@ -736,7 +736,8 @@ current_date < 2017-11-17
<listitem>
<listitem>
<para>
<para>
Heap-Only Tuples (<acronym>HOT</>) accelerate space reuse for most
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>
<para>
<para>
...
@@ -744,7 +745,7 @@ current_date < 2017-11-17
...
@@ -744,7 +745,7 @@ current_date < 2017-11-17
behind, 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
</> 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.
indexed columns. This allows for more consistent performance.
Also, <acronym>HOT</> avoids adding duplicate index entries.
Also, <acronym>HOT</> avoids adding duplicate index entries.
</para>
</para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment