pgsql: Move item to proper section: < * Experiment with multi-threaded

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move item to proper section: < * Experiment with multi-threaded
Date: 2007-12-21 21:20:27
Message-ID: 20071221212027.8B5EC7540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Move item to proper section:

< * Experiment with multi-threaded backend better resource utilization
<
< This would allow a single query to make use of multiple CPU's or
< 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.
<
> * Experiment with multi-threaded backend better resource utilization
>
> This would allow a single query to make use of multiple CPU's or
> 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.2231 -> r1.2232)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2231&r2=1.2232)
pgsql/doc/src/FAQ:
TODO.html (r1.740 -> r1.741)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.740&r2=1.741)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-12-22 05:13:03 pgsql: Remove paragraph about Linux OOM killer and fork().
Previous Message Bruce Momjian 2007-12-21 21:02:41 pgsql: Update find_typedefs to handle simple 'typedef X' cases, per