Skip to content

Commit 142e5b3

Browse files
committed
no paradedb left
Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
1 parent c016e6e commit 142e5b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/cluster/docs/runbooks/CNPGClusterHighPhysicalReplicationLagWarning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Inspect the `PostgreSQL Parameters` section of the [CloudNativePG Grafana Dashbo
4343
- Terminate long-running transactions that generate excessive changes.
4444

4545
```bash
46-
kubectl exec -it services/paradedb-rw --namespace <namespace> -- psql
46+
kubectl exec -it services/cluster-rw --namespace <namespace> -- psql
4747
```
4848

49-
- Increase the Memory and CPU resources of the ParadeDB instances under heavy load. This can be done by setting `cluster.resources.requests` and `cluster.resources.limits` in your Helm values. Set both `requests` and `limits` to the same value to achieve QoS Guaranteed. This will require a restart of the CloudNativePG cluster instances and a primary switchover, which will cause a brief service disruption.
49+
- Increase the Memory and CPU resources of the instances under heavy load. This can be done by setting `cluster.resources.requests` and `cluster.resources.limits` in your Helm values. Set both `requests` and `limits` to the same value to achieve QoS Guaranteed. This will require a restart of the CloudNativePG cluster instances and a primary switchover, which will cause a brief service disruption.
5050

5151
- Enable `wal_compression` by setting the `cluster.postgresql.parameters.wal_compression` parameter to `on`. Doing so will reduce the size of the WAL files and can help reduce replication lag in a congested network. Changing `wal_compression` does not require a restart of the CloudNativePG cluster.
5252

charts/cluster/docs/runbooks/CNPGClusterPhysicalReplicationLag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ SHOW max_replication_slots;
105105
```
106106

107107
2. **Scale Up Resources:**
108-
Increase the Memory and CPU resources of the ParadeDB instances under heavy load. This can be done by setting `cluster.resources.requests` and `cluster.resources.limits` in your Helm values. Set both `requests` and `limits` to the same value to achieve QoS Guaranteed.
108+
Increase the Memory and CPU resources of the instances under heavy load. This can be done by setting `cluster.resources.requests` and `cluster.resources.limits` in your Helm values. Set both `requests` and `limits` to the same value to achieve QoS Guaranteed.
109109

110110
```yaml
111111
cluster:

0 commit comments

Comments
 (0)