cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 269f40e14155935225a171fb12b4c25ef458dca6
parent 7fcd9fb91cd661e2a52df88a14f55499a95748b8
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 25 Jan 2024 13:43:01 +0100

Enable pg_buffercache

Diffstat:
Minfrastructure/configs/postgres-clusters.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -55,7 +55,7 @@ spec: random_page_cost: "1.5" # Monitoring - shared_preload_libraries: "pg_stat_statements" + shared_preload_libraries: "pg_buffercache,pg_stat_statements" track_io_timing: on track_functions: pl