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

Commitd5b98e4

Browse files
committed
Clarify item:
< * Consider use of open/fcntl(O_DIRECT) to minimize OS caching> * Consider use of open/fcntl(O_DIRECT) to minimize OS caching,> especially for WAL writes
1 parent99bf6a1 commitd5b98e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Mon Feb14 22:54:13 EST 2005
5+
Last updated:Sun Feb20 23:58:46 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -674,7 +674,8 @@ Cache
674674
backends that also have the file open, and the feature is not supported
675675
on all operating systems.
676676

677-
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
677+
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
678+
especially for WAL writes
678679
* Cache last known per-tuple offsets to speed long tuple access
679680

680681
While column offsets are already cached, the cache can not be used if

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp