Skip to content

Commit 93dfd54

Browse files
committed
Updates
1 parent dd5b496 commit 93dfd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/redis/best-practices-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The table below shows optimal throughput that we observed while testing various
8484
>
8585
8686
>[!IMPORTANT]
87-
>Microsoft periodically updates the underlying VM used in cache instances. This can change the performance characteristics from cache to cache and from region to region. The example benchmarking values on this page reflect older generation cache hardware in a single region. You may see better or different results in practice, especially with network bandwidth.
87+
>Microsoft periodically updates the underlying VM used in cache instances. This can change the performance characteristics from cache to cache and from region to region. The example benchmarking values on this page reflect a particular generation cache hardware in a single region. You may see different results in practice, especially with network bandwidth.
8888
>
8989
9090
Azure Managed Redis offers a choice of cluster policy: _Enterprise_ and _OSS_. Enterprise cluster policy is a simpler configuration that doesn't require the client to support clustering. OSS cluster policy, on the other hand, uses the [Redis cluster protocol](https://redis.io/docs/management/scaling) to support higher throughput. We recommend using OSS cluster policy in most cases, especially when you require high performance. For more information, see [Clustering](architecture.md#clustering).
@@ -103,7 +103,7 @@ Azure Managed Redis offers a choice of cluster policy: _Enterprise_ and _OSS_. E
103103

104104
The following table lists the connection count in terms of memtier_benchmark thread count, client count that was used to produce the throughput numbers. As mentioned above, changing the connection count could result in varying performance.
105105

106-
| Size in GB | Clients/Threads/Memory Optimized | Clients/Threads/Balanced| Clients/Threads/Compute Optimized|
106+
| Size in GB | Clients/Threads/Connection Count for Memory Optimized | Clients/Threads/Connection Count for Balanced| Clients/Threads/Connection Count for Compute Optimized|
107107
|--|--|--|--|
108108
| 0.5 | - | 10/4/40 | - |
109109
| 1 | - | 10/4/40 | - |

0 commit comments

Comments
 (0)