Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
cb98f615
Commit
cb98f615
authored
Nov 28, 2009
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fsync test tools
Add link to exteran fsync testing script and our fsync test tool.
parent
017c47bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+3
-1
doc/src/sgml/wal.sgml
doc/src/sgml/wal.sgml
+3
-1
No files found.
doc/src/sgml/config.sgml
View file @
cb98f615
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.23
3 2009/11/13 22:43:39 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.23
4 2009/11/28 16:21:31 momjian
Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
...
...
@@ -1432,6 +1432,8 @@ SET ENABLE_SEQSCAN TO OFF;
The default is the first method in the above list that is supported
by the platform.
The <literal>open_</>* options also use <literal>O_DIRECT</> if available.
The utility <filename>src/tools/fsync</> in the PostgreSQL source tree
can do performance testing of various fsync methods.
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line.
</para>
...
...
doc/src/sgml/wal.sgml
View file @
cb98f615
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.
59 2009/04/09 16:20:50
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/wal.sgml,v 1.
60 2009/11/28 16:21:31
momjian Exp $ -->
<chapter id="wal">
<title>Reliability and the Write-Ahead Log</title>
...
...
@@ -86,6 +86,8 @@
ensure data integrity. Avoid disk controllers that have non-battery-backed
write caches. At the drive level, disable write-back caching if the
drive cannot guarantee the data will be written before shutdown.
You can test for reliable I/O subsystem behavior using <ulink
url="http://brad.livejournal.com/2116715.html">diskchecker.pl</ulink>.
</para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment