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

Commit916897c

Browse files
committed
Update:
< posix_fadvise() [fadvise]> posix_fadvise()>> 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 parentcd6ecf6 commit916897c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎doc/TODO

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
66
Bracketed items "[]" have more detail.
77

88
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
9-
Last updated:Mon Nov 810:32:30 EST 2004
9+
Last updated:Mon Nov 815:16:11 EST 2004
1010

1111
The most recent version of this document can be viewed at the PostgreSQL web
1212
site, http://www.PostgreSQL.org.
@@ -644,7 +644,13 @@ Fsync
644644
Cache
645645
=====
646646
* Allow free-behind capability for large sequential scans, perhaps using
647-
posix_fadvise() [fadvise]
647+
posix_fadvise()
648+
649+
Posix_fadvise() can control both sequential/random file caching and
650+
free-behind behavior, but it is unclear how the setting affects other
651+
backends that also have the file open, and the feature is not supported
652+
on all operating systems.
653+
648654
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
649655
* Cache last known per-tuple offsets to speed long tuple access
650656

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp