mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Add URLs for:
* Allow sequential scans to take advantage of other concurrent sequential scans, also called "Synchronised Scanning" > http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php
This commit is contained in:
4
doc/TODO
4
doc/TODO
@@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Sat Feb 3 17:32:46 EST 2007
|
||||
Last updated: Sat Feb 3 18:52:13 EST 2007
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@@ -1060,6 +1060,8 @@ Cache Usage
|
||||
around to the beginning, rather than always starting sequential scans
|
||||
at the start of the table.
|
||||
|
||||
http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php
|
||||
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php
|
||||
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php
|
||||
|
||||
* Consider increasing internal areas when shared buffers is increased
|
||||
|
||||
Reference in New Issue
Block a user