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

Commit0e0793a

Browse files
committed
Add:
>> * Allow buffered WAL writes and fsync>> Instead of guaranteeing recovery of all committed transactions, this> would provide improved performance by delaying WAL writes and fsync> so an abrupt operating system restart might lose a few seconds of> committed transactions but still be consistent. We could perhaps> remove the 'fsync' parameter (which results in an an inconsistent> database) in favor of this capability.
1 parentb681bf9 commit0e0793a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎doc/TODO

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated:Thu Aug12 22:47:54 EDT 2004
8+
Last updated:Fri Aug13 21:30:49 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -715,6 +715,15 @@ Write-Ahead Log
715715
rotation to fsync again. One idea is to write the WAL to different
716716
offsets that might reduce the rotational delay.
717717

718+
* Allow buffered WAL writes and fsync
719+
720+
Instead of guaranteeing recovery of all committed transactions, this
721+
would provide improved performance by delaying WAL writes and fsync
722+
so an abrupt operating system restart might lose a few seconds of
723+
committed transactions but still be consistent. We could perhaps
724+
remove the 'fsync' parameter (which results in an an inconsistent
725+
database) in favor of this capability.
726+
718727

719728
Optimizer / Executor
720729
====================

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp