File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current maintainer: Bruce Momjian (bruce@momjian.us)
4
- Last updated: Fri Mar 21 21:30:06 EDT 2008
4
+ Last updated: Fri Mar 21 21:44:38 EDT 2008
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1662,6 +1662,10 @@ Miscellaneous Performance
1662
1662
1663
1663
http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php
1664
1664
1665
+ * Improve performance of shared invalidation queue for multiple CPUs
1666
+
1667
+ http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php
1668
+
1665
1669
* Consider Cartesian joins when both relations are needed to form an
1666
1670
indexscan qualification for a third relation
1667
1671
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 Mar 21 21:30:06 EDT 2008
11
+ Last updated: Fri Mar 21 21:44:38 EDT 2008
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 > .
@@ -1440,6 +1440,9 @@ <h1><a name="section_21">Miscellaneous Performance</a></h1>
1440
1440
</ li > < li > Consider if CommandCounterIncrement() can avoid its
1441
1441
AcceptInvalidationMessages() call
1442
1442
< p > < a href ="http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php "> http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php</ a >
1443
+ </ p >
1444
+ </ li > < li > Improve performance of shared invalidation queue for multiple CPUs
1445
+ < p > < a href ="http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php "> http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php</ a >
1443
1446
</ p >
1444
1447
</ li > < li > Consider Cartesian joins when both relations are needed to form an
1445
1448
indexscan qualification for a third relation
You can’t perform that action at this time.
0 commit comments