pgsql: Update: < multiple I/O channels simultaneously.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update: < multiple I/O channels simultaneously.
Date: 2006-04-13 10:50:13
Message-ID: 20060413105013.19D7811F6B2F@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update:

< multiple I/O channels simultaneously.
> multiple I/O channels simultaneously. One idea is to create a
> background reader that can pre-fetch sequential and index scan
> pages needed by other backends. This could be expanded to allow
> concurrent reads from multiple devices in a partitioned table.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1793 -> r1.1794)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1793&r2=1.1794)
pgsql/doc/src/FAQ:
TODO.html (r1.297 -> r1.298)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.297&r2=1.298)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-04-13 11:41:02 pgsql: Update AIX FAQ: At any rate, here's a revision to CVS HEAD to
Previous Message Tom Lane 2006-04-13 03:53:05 pgsql: Fix an ancient oversight in btree xlog replay.