|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> |
11 | | -Last updated: Sat Apr 23 17:38:41 EDT 2005 |
| 11 | +Last updated: Sat Apr 23 17:39:23 EDT 2005 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -733,7 +733,8 @@ <h1><a name="section_16">Startup Time</a></h1> |
733 | 733 | <p> This would prevent the overhead associated with process creation. Most |
734 | 734 | operating systems have trivial process creation time compared to |
735 | 735 | database startup overhead, but a few operating systems (WIn32, |
736 | | - Solaris) might benefit from threading. |
| 736 | + Solaris) might benefit from threading. Also explore the idea of |
| 737 | + a single session using multiple threads to execute a query faster. |
737 | 738 | </p> |
738 | 739 | </li><li>Add connection pooling |
739 | 740 | <p> It is unclear if this should be done inside the backend code or done |
|