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

Commit c4c3428

Browse files
committed
Add:
* Consider parallel processing a single query This would involve using multiple threads or processes to do optimization, sorting, or execution of single query. The major advantage of such a feature would be to allow multiple CPUs to work together to process a single query.
1 parent b577fe1 commit c4c3428

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/TODO

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Mon Sep 27 10:17:45 EDT 2004
8+
Last updated: Thu Oct 7 20:36:17 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web
1111
site, http://www.PostgreSQL.org.
@@ -766,6 +766,12 @@ Miscellaneous
766766
* Add a script to ask system configuration questions and tune postgresql.conf
767767
* Use a phantom command counter for nested subtransactions to reduce
768768
tuple overhead
769+
* Consider parallel processing a single query
770+
771+
This would involve using multiple threads or processes to do optimization,
772+
sorting, or execution of single query. The major advantage of such a
773+
feature would be to allow multiple CPUs to work together to process a
774+
single query.
769775

770776

771777
Source Code

0 commit comments

Comments
 (0)