File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787 -->
8888 もし以下のようなメッセージが<productname>Pgpool-II</productname>ログに頻繁に出る場合は、パフォーマンス向上のため<varname>relcache_size</varname>を大きくしてください。
8989 <programlisting>
90- "pool_search_relcache: cache replacement happened "
90+ "pool_search_relcache: cache replacement occurred "
9191 </programlisting>
9292 </para>
9393 </note>
Original file line number Diff line number Diff line change 5757 <productname>Pgpool-II</productname> log, you may need to
5858 increase the <varname>relcache_size</varname> for better performance.
5959 <programlisting>
60- "pool_search_relcache: cache replacement happened "
60+ "pool_search_relcache: cache replacement occurred "
6161 </programlisting>
6262 </para>
6363 </note>
Original file line number Diff line number Diff line change @@ -930,7 +930,7 @@ backend_clustering_mode = 'streaming_replication'
930930#relcache_size = 256
931931 # Number of relation cache
932932 # entry. If you see frequently:
933- # "pool_search_relcache: cache replacement happened "
933+ # "pool_search_relcache: cache replacement occurred "
934934 # in the pgpool log, you might want to increase this number.
935935
936936#check_temp_table = catalog
You can’t perform that action at this time.
0 commit comments