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

Commitc7e8d0f

Browse files
committed
This item was fixed in a different way, so has been removed:
<< * Allow free-behind capability for large sequential scans to avoid< kernel cache spoiling<< Posix_fadvise() can control both sequential/random file caching and< free-behind behavior, but it is unclear how the setting affects other< backends that also have the file open, and the feature is not supported< on all operating systems.
1 parent1565888 commitc7e8d0f

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

‎doc/TODO

Lines changed: 1 addition & 9 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:Fri Dec 7 12:52:05 EST 2007
4+
Last updated:Wed Dec12 01:59:39 EST 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1069,14 +1069,6 @@ Fsync
10691069
Cache Usage
10701070
===========
10711071

1072-
* Allow free-behind capability for large sequential scans to avoid
1073-
kernel cache spoiling
1074-
1075-
Posix_fadvise() can control both sequential/random file caching and
1076-
free-behind behavior, but it is unclear how the setting affects other
1077-
backends that also have the file open, and the feature is not supported
1078-
on all operating systems.
1079-
10801072
* Speed up COUNT(*)
10811073

10821074
We could use a fixed row count and a +/- count to follow MVCC

‎doc/src/FAQ/TODO.html

Lines changed: 2 additions & 9 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:Fri Dec 7 12:52:05 EST 2007
11+
Last updated:Wed Dec12 01:59:39 EST 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>.
@@ -947,14 +947,7 @@ <h1><a name="section_11">Fsync</a></h1>
947947
<h1><aname="section_12">Cache Usage</a></h1>
948948

949949
<ul>
950-
<li>Allow free-behind capability for large sequential scans to avoid
951-
kernel cache spoiling
952-
<p> Posix_fadvise() can control both sequential/random file caching and
953-
free-behind behavior, but it is unclear how the setting affects other
954-
backends that also have the file open, and the feature is not supported
955-
on all operating systems.
956-
</p>
957-
</li><li>Speed up COUNT(*)
950+
<li>Speed up COUNT(*)
958951
<p> We could use a fixed row count and a +/- count to follow MVCC
959952
visibility rules, or a single cached value could be used and
960953
invalidated if anyone modifies the table. Another idea is to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp