pgsql: Spit items: * Experiment with multi-threaded backend better I/O - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Spit items: * Experiment with multi-threaded backend better I/O
Date
Msg-id 20080318233522.04D2D7558DC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Spit items:

* Experiment with multi-threaded backend better I/O utilization

  This would allow a single query to make use of 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 CPU utilization

  This would allow several CPUs to be used for a single query, such as
  for sorting or query execution.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2349 -> r1.2350)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2349&r2=1.2350)
    pgsql/doc/src/FAQ:
        TODO.html (r1.857 -> r1.858)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.857&r2=1.858)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update TODO description: * Speed WAL recovery by allowing more
Next
From: Bruce Momjian
Date:
Subject: Re: Re: pgsql: Add URLs for : * Speed WAL recovery by allowing more than one