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

Commita3e3389

Browse files
committed
Done:
< * Allow sequential scans to take advantage of other concurrent> * -Allow sequential scans to take advantage of other concurrent<< 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.<<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<http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php<
1 parenta04a423 commita3e3389

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

‎doc/TODO

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Sun Jun3 14:49:04 EDT 2007
4+
Last updated:Fri Jun8 14:45:14 EDT 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1132,19 +1132,8 @@ Cache Usage
11321132
o Query execute plan
11331133
o Query results
11341134

1135-
* Allow sequential scans to take advantage of other concurrent
1135+
*-Allow sequential scans to take advantage of other concurrent
11361136
sequential scans, also called "Synchronised Scanning"
1137-
1138-
One possible implementation is to start sequential scans from the lowest
1139-
numbered buffer in the shared cache, and when reaching the end wrap
1140-
around to the beginning, rather than always starting sequential scans
1141-
at the start of the table.
1142-
1143-
http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php
1144-
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php
1145-
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php
1146-
http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php
1147-
11481137
* Consider increasing internal areas when shared buffers is increased
11491138

11501139
http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php

‎doc/src/FAQ/TODO.html

Lines changed: 2 additions & 12 deletions
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated:Sun Jun3 14:49:04 EDT 2007
11+
Last updated:Fri Jun8 14:45:14 EDT 2007
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>.
@@ -1010,18 +1010,8 @@ <h1><a name="section_14">Cache Usage</a></h1>
10101010
</li><li>Query execute plan
10111011
</li><li>Query results
10121012
</li></ul>
1013-
</li><li>Allow sequential scans to take advantage of other concurrent
1013+
</li><li>-<em>Allow sequential scans to take advantage of other concurrent</em>
10141014
sequential scans, also called "Synchronised Scanning"
1015-
<p> One possible implementation is to start sequential scans from the lowest
1016-
numbered buffer in the shared cache, and when reaching the end wrap
1017-
around to the beginning, rather than always starting sequential scans
1018-
at the start of the table.
1019-
</p>
1020-
<p><ahref="http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php">http://archives.postgresql.org/pgsql-patches/2006-12/msg00076.php</a>
1021-
<ahref="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00408.php</a>
1022-
<ahref="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00784.php</a>
1023-
<ahref="http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg00415.php</a>
1024-
</p>
10251015
</li><li>Consider increasing internal areas when shared buffers is increased
10261016
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php">http://archives.postgresql.org/pgsql-hackers/2005-10/msg01419.php</a>
10271017
</p>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp