Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f203c5c

Browse files
author
Liudmila Mantrova
committed
DOC: fixed 1C settings - PGPRO-877
1 parent c890b5a commit f203c5c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

doc/src/sgml/config-one-c.sgml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ escape_string_warning = off
4545
</para>
4646
</listitem>
4747

48+
<listitem>
49+
<para>
50+
Set the <varname>effective_cache_size</varname> parameter to at least half of <acronym>RAM</acronym>
51+
available on the system. <productname>&productname;</productname> query optimizer performance
52+
depends on the amount of allocated <acronym>RAM</acronym>.
53+
</para>
54+
</listitem>
55+
4856
<listitem>
4957
<para>Optimize query planning using <link linkend="online-analyze"><filename>online_analyze</filename></link> and <link linkend="plantuner"><filename>plantuner</filename></link> extensions, as follows:
5058
</para>
@@ -86,4 +94,15 @@ online_analyze.verbose = 'off'
8694
</listitem>
8795

8896
</orderedlist>
89-
</appendix>
97+
98+
<tip>
99+
<para>
100+
To improve performance, you can also use redundant array of independent disks (<acronym>RAID</acronym>) technology
101+
based on non-volatile cache <acronym>RAID</acronym> controllers with uninterruptible power supply (<acronym>UPS</acronym>).
102+
Since this technology ensures data consistency in case of hardware failure, you can speed up disk writes by
103+
disabling the <varname>fsync</varname> parameter. Additionally, increasing the <acronym>RAID</acronym> controller cache
104+
volume and the number of disks in the <acronym>RAID</acronym> array can improve performance even with
105+
enabled <varname>fsync</varname>.
106+
</para>
107+
</tip>
108+
</appendix>

0 commit comments

Comments
 (0)