File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
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: Mon Apr 10 22:08:01 EDT 2006
5
+ Last updated: Thu Apr 13 06:50:02 EDT 2006
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.
@@ -1012,7 +1012,10 @@ Startup Time Improvements
1012
1012
* Experiment with multi-threaded backend better resource utilization
1013
1013
1014
1014
This would allow a single query to make use of multiple CPU's or
1015
- multiple I/O channels simultaneously.
1015
+ multiple I/O channels simultaneously. One idea is to create a
1016
+ background reader that can pre-fetch sequential and index scan
1017
+ pages needed by other backends. This could be expanded to allow
1018
+ concurrent reads from multiple devices in a partitioned table.
1016
1019
1017
1020
* Add connection pooling
1018
1021
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: Mon Apr 10 22:08:01 EDT 2006
11
+ Last updated: Thu Apr 13 06:50:02 EDT 2006
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 > .
@@ -915,7 +915,10 @@ <h1><a name="section_18">Startup Time Improvements</a></h1>
915
915
</ p >
916
916
</ li > < li > Experiment with multi-threaded backend better resource utilization
917
917
< p > This would allow a single query to make use of multiple CPU's or
918
- multiple I/O channels simultaneously.
918
+ multiple I/O channels simultaneously. One idea is to create a
919
+ background reader that can pre-fetch sequential and index scan
920
+ pages needed by other backends. This could be expanded to allow
921
+ concurrent reads from multiple devices in a partitioned table.
919
922
</ p >
920
923
</ li > < li > Add connection pooling
921
924
< p > It is unclear if this should be done inside the backend code or done
You can’t perform that action at this time.
0 commit comments