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

Commit524ec00

Browse files
committed
Move item:
* Auto-fill the free space map by scanning the buffer cache or by checking pages written by the background writer
1 parent30b0f49 commit524ec00

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Thu Jun16 22:20:43 EDT 2005
5+
Last updated:Fri Jun17 09:47:23 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -807,9 +807,10 @@ Vacuum
807807
VACUUM can look at just those pages rather than the entire table. In
808808
the event of a system crash, the bitmap would probably be invalidated.
809809

810+
* Auto-fill the free space map by scanning the buffer cache or by
811+
checking pages written by the background writer
810812
* Auto-vacuum
811813
o Move into the backend code
812-
o Scan the buffer cache to find free space or use background writer
813814
o Use free-space map information to guide refilling
814815
o Do VACUUM FULL if table is nearly empty?
815816

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Thu Jun16 22:20:43 EDT 2005
11+
Last updated:Fri Jun17 09:47:23 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -742,10 +742,11 @@ <h1><a name="section_14">Vacuum</a></h1>
742742
VACUUM can look at just those pages rather than the entire table. In
743743
the event of a system crash, the bitmap would probably be invalidated.
744744
</p>
745+
</li><li>Auto-fill the free space map by scanning the buffer cache or by
746+
checking pages written by the background writer
745747
</li><li>Auto-vacuum
746748
<ul>
747749
<li>Move into the backend code
748-
</li><li>Scan the buffer cache to find free space or use background writer
749750
</li><li>Use free-space map information to guide refilling
750751
</li><li>Do VACUUM FULL if table is nearly empty?
751752
</li></ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp