File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Fri Jan 19 13:13:41 EST 2007
5
+ Last updated: Fri Jan 19 16:36:02 EST 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1076,6 +1076,14 @@ Vacuum
1076
1076
empty?
1077
1077
o Consider logging activity either to the logs or a system view
1078
1078
o -Turn on by default
1079
+ o Allow multiple vacuums so large tables do not starve small
1080
+ tables
1081
+
1082
+ http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php
1083
+
1084
+ o Improve control of auto-vacuum
1085
+
1086
+ http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
1079
1087
1080
1088
1081
1089
Locking
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Fri Jan 19 13:13:41 EST 2007
11
+ Last updated: Fri Jan 19 16:36:02 EST 2007
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -968,6 +968,13 @@ <h1><a name="section_15">Vacuum</a></h1>
968
968
empty?
969
969
</ li > < li > Consider logging activity either to the logs or a system view
970
970
</ li > < li > -< em > Turn on by default</ em >
971
+ </ li > < li > Allow multiple vacuums so large tables do not starve small
972
+ tables
973
+ < p > < a href ="http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php "> http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php</ a >
974
+ </ p >
975
+ </ li > < li > Improve control of auto-vacuum
976
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php "> http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php</ a >
977
+ </ p >
971
978
</ li > </ ul >
972
979
</ li > </ ul >
973
980
< h1 > < a name ="section_16 "> Locking</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments