(unnamed)

text/plain

Filename: (unnamed)
Type: text/plain
Part: 0
Message: Re: [PERFORM] PostgreSQL vs. MySQL
Index: doc/src/sgml/installation.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/installation.sgml,v
retrieving revision 1.143
diff -c -c -r1.143 installation.sgml
*** doc/src/sgml/installation.sgml	13 Sep 2003 17:01:09 -0000	1.143
--- doc/src/sgml/installation.sgml	26 Sep 2003 17:40:53 -0000
***************
*** 1156,1161 ****
--- 1156,1181 ----
    <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>
  
     <indexterm>