From 4414910844ff30a6f3911645fbc1e70ac210d2ce Mon Sep 17 00:00:00 2001 From: Eric Klingelberger <3905155+cuddlyporcupine@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:53:40 -0600 Subject: [PATCH] Update bestpractice.md --- docs/mas/manage/bestpractice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mas/manage/bestpractice.md b/docs/mas/manage/bestpractice.md index 206f491..48bd8da 100644 --- a/docs/mas/manage/bestpractice.md +++ b/docs/mas/manage/bestpractice.md @@ -101,7 +101,7 @@ To measure disk performance on Linux use the `dd` command. The sample command be ### Network latency between app and db server -Reducing network latency is key to optimizing performance. Confirm latency is below 5ms by conducting a ping test. In cloud deployment scenarios, ensure both the database and OpenShift cluster are located within the same region, with the possibility of being in the same availability zone (AZ). Utilize the ping command to evaluate and pinpoint latency issues. +Reducing network latency is key to optimizing performance. Confirm latency is below 50ms by conducting a ping test. In cloud deployment scenarios, ensure both the database and OpenShift cluster are located within the same region, with the possibility of being in the same availability zone (AZ). Utilize the ping command to evaluate and pinpoint latency issues. ### Large table optimization