You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rc/databases/configuration/clustering.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -202,9 +202,11 @@ The following factors can affect your database's throughput:
202
202
203
203
Here are some things to keep in mind for optimizing throughput:
204
204
- Optimize capacity planning and sizing of your Redis Cloud databases to meet your app performance requirements.
205
-
- Monitor your app's performance and adjust the set ops/sec based on how if performs in real-world conditions.
206
-
-
207
-
205
+
- Benchmark your app to understand what latency expectations are required, and adjust throughput accordingly.
206
+
- Test and monitor your app's performance and adjust the set ops/sec based on how if performs in real-world conditions.
207
+
- If your average request size is larger than 3KB, set your throughput higher than expected.
208
+
- Track the slow logs using the [`SLOWLOG` command]({{< relref "/commands/slowlog" >}}) or the **Slowlog** tab on the [database screen]({{< relref "/operate/rc/databases/view-edit-database" >}}).
209
+
- Use [pipelining]({{< relref "/develop/use/pipelining" >}}) and [concurrent connections]({{< relref "/develop/reference/clients" >}}) effectively to optimize throughput and latency.
0 commit comments