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
2e92b587
Commit
2e92b587
authored
Jan 27, 2012
by
Heikki Linnakangas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention in the docs that bgwriter now sleeps longer when it has no work to do.
parent
3946c281
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+8
-6
No files found.
doc/src/sgml/config.sgml
View file @
2e92b587
...
@@ -1322,12 +1322,14 @@ SET ENABLE_SEQSCAN TO OFF;
...
@@ -1322,12 +1322,14 @@ SET ENABLE_SEQSCAN TO OFF;
background writer. In each round the writer issues writes
background writer. In each round the writer issues writes
for some number of dirty buffers (controllable by the
for some number of dirty buffers (controllable by the
following parameters). It then sleeps for <varname>bgwriter_delay</>
following parameters). It then sleeps for <varname>bgwriter_delay</>
milliseconds, and repeats. The default value is 200 milliseconds
milliseconds, and repeats. When there are no dirty buffers in the
(<literal>200ms</>). Note that on many systems, the effective
buffer pool, though, it goes into a longer sleep regardless of
resolution of sleep delays is 10 milliseconds; setting
<varname>bgwriter_delay</>. The default value is 200
<varname>bgwriter_delay</> to a value that is not a multiple of
milliseconds (<literal>200ms</>). Note that on many systems, the
10 might have the same results as setting it to the next higher
effective resolution of sleep delays is 10 milliseconds; setting
multiple of 10. This parameter can only be set in the
<varname>bgwriter_delay</> to a value that is not a multiple of 10
might have the same results as setting it to the next higher multiple
of 10. This parameter can only be set in the
<filename>postgresql.conf</> file or on the server command line.
<filename>postgresql.conf</> file or on the server command line.
</para>
</para>
</listitem>
</listitem>
...
...
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