Skip to content

Commit

Permalink
Update bestpractice.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cuddlyporcupine authored Feb 6, 2024
1 parent 3667b94 commit 4414910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mas/manage/bestpractice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4414910

Please sign in to comment.