pgsql: Add: < * Experiment with multi-threaded backend [thread] > *

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: < * Experiment with multi-threaded backend [thread] > *
Date: 2006-04-09 20:24:31
Message-ID: 20060409202431.C5A1311F6743@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add:

< * Experiment with multi-threaded backend [thread]
> * Experiment with multi-threaded backend for backend creation [thread]
1003a1004,1008
>
> * 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.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1789 -> r1.1790)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1789&r2=1.1790)
pgsql/doc/src/FAQ:
TODO.html (r1.293 -> r1.294)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.293&r2=1.294)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-04-09 20:27:27 pgsql: Add comment for why we recompile pgport C files.
Previous Message Tom Lane 2006-04-09 19:21:35 pgsql: Suppress a couple of minor compiler warnings, per Magnus.