Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
fa6116a3
Commit
fa6116a3
authored
16 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Clarify documentation that journaling is not required for WAL or data files.
parent
4ac592be
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/wal.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/wal.sgml
with
3 additions
and
3 deletions
doc/src/sgml/wal.sgml
+
3
−
3
View file @
fa6116a3
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.5
5
2008/12/1
0 11:05:49
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.5
6
2008/12/1
8 22:21:16
momjian Exp $ -->
<chapter id="wal">
<title>Reliability and the Write-Ahead Log</title>
...
...
@@ -138,8 +138,8 @@
<tip>
<para>
Because <acronym>WAL</acronym> restores database file
contents after a crash,
it is not
necessary
to use a
journaled filesystem for reliability
. In fact, journaling
contents after a crash,
journaled filesystems are
necessary
for
reliable storage of the data files or WAL files
. In fact, journaling
overhead can reduce performance, especially if journaling
causes file system <emphasis>data</emphasis> to be flushed
to disk. Fortunately, data flushing during journaling can
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment