Add URL for:
authorBruce Momjian
Thu, 13 Mar 2008 01:56:46 +0000 (01:56 +0000)
committerBruce Momjian
Thu, 13 Mar 2008 01:56:46 +0000 (01:56 +0000)
* Do async I/O for faster random read-ahead of data

  Async I/O allows multiple I/O requests to be sent to the disk with
  results coming back asynchronously.

>   http://archives.postgresql.org/pgsql-performance/2007-09/msg00255.php

doc/TODO
doc/src/FAQ/TODO.html

index 8d749a614a78e0ffabfff225abf710d70cef04ac..cd4e4837c72c798928f2b38c8e680d217e8f7913 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Mar 12 16:50:08 EDT 2008
+Last updated:      Wed Mar 12 21:56:41 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1544,6 +1544,7 @@ Miscellaneous Performance
   results coming back asynchronously.
 
   http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php
+  http://archives.postgresql.org/pgsql-performance/2007-09/msg00255.php
   http://archives.postgresql.org/pgsql-hackers/2007-12/msg00027.php
 
 * Use mmap() rather than SYSV shared memory or to write WAL files?
index 199debcfe417041628fe76c589bff2f3bf3e471d..6e411d30c13fbe30eda7575c001ed3a834717da5 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Mar 12 16:50:08 EDT 2008
+Last updated:           Wed Mar 12 21:56:41 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1342,6 +1342,7 @@ first.  There is also a developer's wiki at
   results coming back asynchronously.
 

 

  http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php

+  http://archives.postgresql.org/pgsql-performance/2007-09/msg00255.php
   http://archives.postgresql.org/pgsql-hackers/2007-12/msg00027.php
 

   
  • Use mmap() rather than SYSV shared memory or to write WAL files?