Spit items:
authorBruce Momjian <bruce@momjian.us>
Tue, 18 Mar 2008 23:35:21 +0000 (23:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 18 Mar 2008 23:35:21 +0000 (23:35 +0000)
commit675df170c4c9f9d2e20c6c1a4adff6566efac57e
tree032377dfe135845ecee45fc9ef5406707418e467
parentb421ad14b791ab6d1aa087e9722a3d0ab9f46cd9
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.
doc/TODO
doc/src/FAQ/TODO.html