<para>
<!--
Setting to on, relation cache shared among <productname>Pgpool-II</productname>
- child processes using the query cache. Default is off. Each child process
+ child processes using the query cache. Default is on. Each child process
executed same query to refer to system catalog from <productname>PostgreSQL</productname>,
but using query cache can expect to execute only same query once.
Expiration time on query cache is <xref linkend="guc-relcache-expire"> parameter.
is used together.
-->
onใซใใใจใฏใจใชใญใฃใใทใฅใๅฉ็จใใฆๅญใใญใปใน้ใงใชใฌใผใทใงใณใญใฃใใทใฅใๅ
ฑๆใใพใใ
- ใใใฉใซใใฏoffใงใใ
+ ใใใฉใซใใฏonใงใใ
ใใใใใฎๅญใใญใปในใฏ<productname>PostgreSQL</productname>ใฎใทในใใ ใซใฟใญใฐใๅ็
งใใใใใซๅใใฏใจใชใๅฎ่กใใฆใใพใใใใใฏใจใชใญใฃใใทใฅใซใใๅใใฏใจใชใฎๅฎ่กใ1ๅใ ใใจใใใใจใๆๅพ
ใงใใพใใ
ใฏใจใชใญใฃใใทใฅไธใฎๅฏฟๅฝใฏใ<xref linkend="guc-relcache-expire">ใฎๅคใจใชใใพใใ
ๆฌใใฉใกใผใฟใฏใ<xref linkend="guc-memory-cache-enabled">ใoffใฎๅ ดๅใๆๅนใงใใ
<listitem>
<para>
Setting to on, relation cache shared among <productname>Pgpool-II</productname>
- child processes using the query cache. Default is off. Each child process
+ child processes using the query cache. Default is on. Each child process
executed same query to refer to system catalog from <productname>PostgreSQL</productname>,
but using query cache can expect to execute only same query once.
Expiration time on query cache is <xref linkend="guc-relcache-expire"> parameter.
CONFIG_VAR_TYPE_BOOL, false, 0
},
&g_pool_config.enable_shared_relcache,
- false,
+ true,
NULL, NULL, NULL
},
# If you are absolutely sure that your system never uses unlogged tables
# and you want to save access to primary/master, you could turn this off.
# Default is on.
-enable_shared_relcache = off
+enable_shared_relcache = on
# If on, relation cache stored in memory cache,
# the cache is shared among child process.
- # Default is off.
+ # Default is on.
# (change requires restart)
relcache_query_target = master # Target node to send relcache queries. Default is master (primary) node.
# If you are absolutely sure that your system never uses unlogged tables
# and you want to save access to primary/master, you could turn this off.
# Default is on.
-enable_shared_relcache = off
+enable_shared_relcache = on
# If on, relation cache stored in memory cache,
# the cache is shared among child process.
- # Default is off.
+ # Default is on.
# (change requires restart)
relcache_query_target = master # Target node to send relcache queries. Default is master (primary) node.
# If you are absolutely sure that your system never uses unlogged tables
# and you want to save access to primary/master, you could turn this off.
# Default is on.
-enable_shared_relcache = off
+enable_shared_relcache = on
# If on, relation cache stored in memory cache,
# the cache is shared among child process.
- # Default is off.
+ # Default is on.
# (change requires restart)
relcache_query_target = master # Target node to send relcache queries. Default is master (primary) node.
# If you are absolutely sure that your system never uses unlogged tables
# and you want to save access to primary/master, you could turn this off.
# Default is on.
-enable_shared_relcache = off
+enable_shared_relcache = on
# If on, relation cache stored in memory cache,
# the cache is shared among child process.
- # Default is off.
+ # Default is on.
# (change requires restart)
relcache_query_target = master # Target node to send relcache queries. Default is master (primary) node.
# If you are absolutely sure that your system never uses unlogged tables
# and you want to save access to primary/master, you could turn this off.
# Default is on.
-enable_shared_relcache = off
+enable_shared_relcache = on
# If on, relation cache stored in memory cache,
# the cache is shared among child process.
- # Default is off.
+ # Default is on.
# (change requires restart)
relcache_query_target = master # Target node to send relcache queries. Default is master (primary) node.