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

Commit5b63e7b

Browse files
committed
Done:
< * Consider use of open/fcntl(O_DIRECT) to minimize OS caching,< especially for WAL writes> * -Consider use of open/fcntl(O_DIRECT) to minimize OS caching,> for WAL writes
1 parentc34bb00 commit5b63e7b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎doc/TODO

Lines changed: 3 additions & 3 deletions
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:Mon Jul25 11:26:58 EDT 2005
5+
Last updated:Thu Jul28 23:22:50 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -791,8 +791,8 @@ Cache Usage
791791
backends that also have the file open, and the feature is not supported
792792
on all operating systems.
793793

794-
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
795-
especiallyfor WAL writes
794+
*-Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
795+
for WAL writes
796796

797797
O_DIRECT doesn't have the same media write guarantees as fsync, so it
798798
is in addition to the fsync method, not in place of it.

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Mon Jul25 11:26:58 EDT 2005
11+
Last updated:Thu Jul28 23:22:50 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>.
@@ -716,8 +716,8 @@ <h1><a name="section_15">Cache Usage</a></h1>
716716
backends that also have the file open, and the feature is not supported
717717
on all operating systems.
718718
</p>
719-
</li><li>Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
720-
especiallyfor WAL writes
719+
</li><li>-<em>Consider use of open/fcntl(O_DIRECT) to minimize OS caching,</em>
720+
for WAL writes
721721
<p> O_DIRECT doesn't have the same media write guarantees as fsync, so it
722722
is in addition to the fsync method, not in place of it.
723723
</p>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp