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

Commit85f345b

Browse files
committed
Improve grammar and spelling in durability discussion.
1 parentb34ee30 commit85f345b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎doc/src/sgml/perform.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,9 +1118,10 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
11181118
so if your site does not require such a guarantee,
11191119
<productname>PostgreSQL</productname> can be configured to run
11201120
much faster. The following are configuration changes you can make
1121-
to improve performance in such cases; they do not invalidate
1122-
commit guarantees related to database crashes, only abrupt operating
1123-
system stoppage, except as mentioned below:
1121+
to improve performance in such cases. Except as noted below, durability
1122+
is still guaranteed in case of a crash of the database software;
1123+
only abrupt operating system stoppage creates a risk of data loss
1124+
or corruption when these settings are used.
11241125

11251126
<itemizedlist>
11261127
<listitem>
@@ -1159,8 +1160,8 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
11591160
<para>
11601161
Turn off <xref linkend="guc-synchronous-commit">; there might be no
11611162
need to write the <acronym>WAL</acronym> to disk on every
1162-
commit. This doesenable possible tranactionlossin case of
1163-
a<emphasis>database</>crash.
1163+
commit. Thissettingdoesrisk transactionloss(though not data
1164+
corruption) in case of a crash of the<emphasis>database</>alone.
11641165
</para>
11651166
</listitem>
11661167
</itemizedlist>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp