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