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
90322456
Commit
90322456
authored
Sep 26, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "tuning" section to install instructions.
parent
026f9c05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+21
-1
No files found.
doc/src/sgml/installation.sgml
View file @
90322456
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.14
3 2003/09/13 17:01:09
momjian Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.14
4 2003/09/26 17:47:44
momjian Exp $ -->
<chapter id="installation">
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
<title><![%standalone-include[<productname>PostgreSQL</>]]>
...
@@ -1155,6 +1155,26 @@ All of PostgreSQL is successfully made. Ready to install.
...
@@ -1155,6 +1155,26 @@ All of PostgreSQL is successfully made. Ready to install.
<sect1 id="install-post">
<sect1 id="install-post">
<title>Post-Installation Setup</title>
<title>Post-Installation Setup</title>
<sect2>
<title>Tuning</title>
<indexterm>
<primary>tuning</primary>
</indexterm>
<para>
By default, <productname>PostgreSQL</> is configured to run on minimal
hardware. This allows it to start up with almost any hardware
configuration. However, the default configuration is not designed for
optimum performance. To achieve optimum performance, several server
variables must be adjusted, the two most common being
<varname>shared_buffers</varname> and <varname> sort_mem</varname>
mentioned in <xref linkend="runtime-config-resource-memory">. Other
paramters in <xref linkend="runtime-config-resource"> also affect
performance.
</para>
</sect2>
<sect2>
<sect2>
<title>Shared Libraries</title>
<title>Shared Libraries</title>
...
...
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