diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-11-09 16:50:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-11-09 16:50:59 +0000 |
commit | 58825b8cd67e02b00393cc0c80421cc53fe51601 (patch) | |
tree | b35179bcf01e75980ef8ea1aee57cd296875f9dc | |
parent | e9c05281b5991ad5937cc14579dfff79499d6786 (diff) |
Add:
>
> * Research the use of larger pages sizes
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,7 +6,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Nov 9 10:10:57 EST 2004 +Last updated: Tue Nov 9 11:50:52 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -839,6 +839,8 @@ Miscellaneous feature would be to allow multiple CPUs to work together to process a single query. +* Research the use of larger pages sizes + Source Code =========== |