10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bc238 commit 05be5ccCopy full SHA for 05be5cc
doc/TODO
@@ -2,7 +2,7 @@
2
TODO list for PostgreSQL
3
========================
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
-Last updated: Mon Mar 14 23:01:08 EST 2005
+Last updated: Tue Mar 15 00:31:22 EST 2005
6
7
The most recent version of this document can be viewed at the PostgreSQL web
8
site, http://www.PostgreSQL.org.
@@ -716,6 +716,9 @@ Cache
716
from the end of the LRU cache and use a clock sweep algorithm to
717
write other dirty buffers to reduced checkpoint I/O
718
719
+* Allow sequential scans to take advantage of other concurrent
720
+ sequentiqal scans, also called "Synchronised Scanning"
721
+
722
Vacuum
723
======
724
0 commit comments