> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php
PostgreSQL TODO List
====================
-Last updated: Thu Oct 19 15:58:38 EDT 2006
+Last updated: Sat Oct 21 13:31:12 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
Async I/O allows multiple I/O requests to be sent to the disk with
results coming back asynchronously.
+ http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php
* Use mmap() rather than SYSV shared memory or to write WAL files?
-Last updated: Thu Oct 19 15:58:38 EDT 2006
+Last updated: Sat Oct 21 13:31:12 EDT 2006
The most recent version of this document can be viewed at
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.
Use mmap() rather than SYSV shared memory or to write WAL files?
This would remove the requirement for SYSV SHM but would introduce