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: articles/azure-cache-for-redis/cache-best-practices-performance.md
+26-13Lines changed: 26 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ redis-benchmark -h yourcache.redis.cache.windows.net -a yourAccesskey -t GET -n
101
101
102
102
### Standard tier
103
103
104
-
| Instance | Size | vCPUs |Network bandwidth (Mbps)| GET requests per second without SSL (1 kB value size) | GET requests per second with SSL (1 kB value size) |
104
+
| Instance | Size | vCPUs |Expected network bandwidth (Mbps)| GET requests per second without SSL (1 kB value size) | GET requests per second with SSL (1 kB value size) |
105
105
| --- | --- | --- | --- | --- | --- |
106
106
| C0 | 250 MB | Shared | 100 | 15,000 | 7,500 |
107
107
| C1 | 1 GB | 1 | 500 | 38,000 | 20,720 |
@@ -112,7 +112,7 @@ redis-benchmark -h yourcache.redis.cache.windows.net -a yourAccesskey -t GET -n
112
112
| C6 | 53 GB | 8 | 2,000 | 126,000 | 120,000 |
113
113
114
114
### Premium tier
115
-
| Instance | Size | vCPUs |Network bandwidth (Mbps)| GET requests per second without SSL (1 kB value size) | GET requests per second with SSL (1 kB value size) |
115
+
| Instance | Size | vCPUs |Expected network bandwidth (Mbps)| GET requests per second without SSL (1 kB value size) | GET requests per second with SSL (1 kB value size) |
116
116
| --- | --- | --- | --- | --- | --- |
117
117
| P1 | 6 GB | 2 | 1,500 | 180,000 | 172,000 |
118
118
| P2 | 13 GB | 4 | 3,000 | 350,000 | 341,000 |
@@ -123,21 +123,34 @@ redis-benchmark -h yourcache.redis.cache.windows.net -a yourAccesskey -t GET -n
123
123
> [!Important]
124
124
> P5 instances in the China East and China North regions use 20 cores, not 32 cores.
125
125
126
-
### Enterprise tier - Enterprise Cluster Policy
126
+
### Enterprise & Enterprise Flash tiers
127
127
128
-
> [!IMPORTANT]
129
-
> The Enterprise and Enterprise Flash tiers offer a choice of cluster policy: _Enterprise_ and _OSS_.
128
+
The Enterprise and Enterprise Flash tiers offer 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 throughputs. We recommend using OSS cluster policy in most cases. See [Clustering on Enterprise](cache-best-practices-enterprise-tiers.md#clustering-on-enterprise) for more information. Benchmarks for both cluster policies are shown below.
130
129
131
-
| Instance | Size | vCPUs | Network bandwidth (Mbps)| GET requests per second without SSL (1 kB value size) | GET requests per second with SSL (1 kB value size) |
130
+
**Enterprise Cluster Policy**
131
+
132
+
| Instance | Size | vCPUs | Expected network bandwidth (Mbps)| GET requests per second without SSL (1 kB value size) | GET requests per second with SSL (1 kB value size) |
| Instance | Size | vCPUs | Expected network bandwidth (Mbps)| GET requests per second without SSL (1 kB value size) | GET requests per second with SSL (1 kB value size) |
0 commit comments