File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -7901,6 +7901,22 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
7901
7901
</listitem>
7902
7902
</varlistentry>
7903
7903
7904
+ <varlistentry id="guc-compress-temp-relations" xreflabel="compress_temp_relations">
7905
+ <term><varname>compress_temp_relations</varname> (<type>bool</type>)
7906
+ <indexterm>
7907
+ <primary><varname>compress_temp_relations</> configuration parameter</primary>
7908
+ </indexterm>
7909
+ </term>
7910
+ <listitem>
7911
+ <para>
7912
+ When set to <literal>true</literal>, compresses temporary tables.
7913
+ For large temporary tables, this setting can save disk space and
7914
+ speed up execution as less data needs to be read.
7915
+ Default: <literal>false</literal>
7916
+ </para>
7917
+ </listitem>
7918
+ </varlistentry>
7919
+
7904
7920
<varlistentry id="guc-cfs-gc-delay" xreflabel="cfs-gc-delay">
7905
7921
<term><varname>cfs_gc_delay</varname> (<type>integer</type>)
7906
7922
<indexterm>
You can’t perform that action at this time.
0 commit comments