Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a4c34c

Browse files
committed
Add description for concurrent sequential scans:
> One possible implementation is to start sequential scans from the lowest> numbered buffer in the shared cache, and when reaching the end wrap> around to the beginning, rather than always starting sequential scans> at the start of the table.
1 parent5b05185 commit7a4c34c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

‎doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Sun Apr 2408:39:04 EDT 2005
5+
Last updated:Sun Apr 2421:42:27 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -740,6 +740,10 @@ Cache
740740
* Allow sequential scans to take advantage of other concurrent
741741
sequentiqal scans, also called "Synchronised Scanning"
742742

743+
One possible implementation is to start sequential scans from the lowest
744+
numbered buffer in the shared cache, and when reaching the end wrap
745+
around to the beginning, rather than always starting sequential scans
746+
at the start of the table.
743747

744748
Vacuum
745749
======

‎doc/src/FAQ/TODO.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sun Apr 2408:39:04 EDT 2005
11+
Last updated: Sun Apr 2421:42:27 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -677,6 +677,11 @@ <h1><a name="section_13">Cache</a></h1>
677677
</p>
678678
</li><li>Allow sequential scans to take advantage of other concurrent
679679
sequentiqal scans, also called "Synchronised Scanning"
680+
<p> One possible implementation is to start sequential scans from the lowest
681+
numbered buffer in the shared cache, and when reaching the end wrap
682+
around to the beginning, rather than always starting sequential scans
683+
at the start of the table.
684+
</p>
680685
</li></ul>
681686
<h1><aname="section_14">Vacuum</a></h1>
682687

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp