pgsql: Add URL for: * Do async I/O for faster random read-ahead of data

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add URL for: * Do async I/O for faster random read-ahead of data
Date: 2008-03-23 01:13:38
Message-ID: 20080323011338.5D6CE7558DC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add URL for:

* 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-patches/2008-01/msg00170.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2365 -> r1.2366)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2365&r2=1.2366)
pgsql/doc/src/FAQ:
TODO.html (r1.873 -> r1.874)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.873&r2=1.874)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-23 01:23:10 pgsql: Add: > > * Sort large UPDATE/DELETEs so it is done in heap
Previous Message Bruce Momjian 2008-03-23 00:56:54 pgsql: Done: < < * Avoid tuple some tuple copying in sort routines <