File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
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 (pgman@candle.pha.pa.us)
5
- Last updated: Sun Jul 10 01:06:40 EDT 2005
5
+ Last updated: Thu Jul 21 09:43:13 EDT 2005
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.
@@ -1027,7 +1027,7 @@ Miscellaneous Performance
1027
1027
* Add a script to ask system configuration questions and tune postgresql.conf
1028
1028
* Use a phantom command counter for nested subtransactions to reduce
1029
1029
per-tuple overhead
1030
-
1030
+ * Research storing disk pages with no alignment/padding
1031
1031
1032
1032
Source Code
1033
1033
===========
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Sun Jul 10 01:06:40 EDT 2005
11
+ Last updated: Thu Jul 21 09:43:13 EDT 2005
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 > .
@@ -927,6 +927,7 @@ <h1><a name="section_21">Miscellaneous Performance</a></h1>
927
927
</ li > < li > Add a script to ask system configuration questions and tune postgresql.conf
928
928
</ li > < li > Use a phantom command counter for nested subtransactions to reduce
929
929
per-tuple overhead
930
+ </ li > < li > Research storing disk pages with no alignment/padding
930
931
</ li > </ ul >
931
932
< h1 > < a name ="section_22 "> Source Code</ a > </ h1 >
932
933
You can’t perform that action at this time.
0 commit comments