Add "tuning" section to install instructions.
authorBruce Momjian <bruce@momjian.us>
Fri, 26 Sep 2003 17:47:44 +0000 (17:47 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 26 Sep 2003 17:47:44 +0000 (17:47 +0000)
doc/src/sgml/installation.sgml

index 7bd403b0e346d3ccf3cfb950589c3c4182e1d135..8adffb54e909a4fec2bf2cdd706fdb1ba46e8f9a 100644 (file)
@@ -1155,6 +1155,26 @@ All of PostgreSQL is successfully made. Ready to install.
  <sect1 id="install-post">
   <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>
    <title>Shared Libraries</title>