> * Allow sequential scans to take advantage of other concurrent
>   sequentiqal scans, also called "Synchronised Scanning"
This commit is contained in:
Bruce Momjian 2005-03-15 05:31:27 +00:00
parent d5bc23878a
commit 05be5cc4e0

View File

@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Mar 14 23:01:08 EST 2005 Last updated: Tue Mar 15 00:31:22 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
@ -716,6 +716,9 @@ Cache
from the end of the LRU cache and use a clock sweep algorithm to from the end of the LRU cache and use a clock sweep algorithm to
write other dirty buffers to reduced checkpoint I/O write other dirty buffers to reduced checkpoint I/O
* Allow sequential scans to take advantage of other concurrent
sequentiqal scans, also called "Synchronised Scanning"
Vacuum Vacuum
====== ======