From 992874c916ad77e04d526eb7882706c2495a1426 Mon Sep 17 00:00:00 2001 From: Dhammika Pathirana Date: Sun, 1 May 2022 13:52:08 -0700 Subject: [PATCH] Fix update ps settings doc Signed-off-by: Dhammika Pathirana --- docs/settings.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/settings.md b/docs/settings.md index 530876a42a..b3925528cd 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -74,6 +74,10 @@ Every `compaction_period` seconds, the page server checks if maintenance operations, like compaction, are needed on the layer files. Default is 1 s, which should be fine. +#### compaction_target_size + +File sizes for L0 delta and L1 image layers. Default is 128MB. + #### gc_horizon `gz_horizon` determines how much history is retained, to allow @@ -85,6 +89,14 @@ away. Interval at which garbage collection is triggered. Default is 100 s. +#### image_creation_threshold + +L0 delta layer threshold for L1 iamge layer creation. Default is 3. + +#### pitr_interval + +WAL retention duration for PITR branching. Default is 30 days. + #### initial_superuser_name Name of the initial superuser role, passed to initdb when a new tenant