Skip to content

Commit e9f5ac6

Browse files
committed
Update throughput section with points from Throughput draft
1 parent c4c4e99 commit e9f5ac6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/operate/rc/databases/configuration/clustering.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,11 @@ The following factors can affect your database's throughput:
202202

203203
Here are some things to keep in mind for optimizing throughput:
204204
- 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.
208210

209211
## Cluster API {#oss-cluster-api}
210212

0 commit comments

Comments
 (0)