Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4edb822

Browse files
committed
Add TODO:
> > * Improve performance of shared invalidation queue for multiple CPUs > > http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php
1 parent 3892dc7 commit 4edb822

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
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
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1662,6 +1662,10 @@ Miscellaneous Performance
16621662

16631663
http://archives.postgresql.org/pgsql-committers/2007-11/msg00585.php
16641664

1665+
* Improve performance of shared invalidation queue for multiple CPUs
1666+
1667+
http://archives.postgresql.org/pgsql-performance/2008-01/msg00023.php
1668+
16651669
* Consider Cartesian joins when both relations are needed to form an
16661670
indexscan qualification for a third relation
16671671

doc/src/FAQ/TODO.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
14401440
</li><li>Consider if CommandCounterIncrement() can avoid its
14411441
AcceptInvalidationMessages() call
14421442
<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>
14431446
</p>
14441447
</li><li>Consider Cartesian joins when both relations are needed to form an
14451448
indexscan qualification for a third relation

0 commit comments

Comments
 (0)