Skip to content

Commit fe3f26d

Browse files
authored
Update cache-best-practices-performance.md
1 parent 6728c84 commit fe3f26d

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

articles/azure-cache-for-redis/cache-best-practices-performance.md

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ redis-benchmark -h yourcache.redis.cache.windows.net -a yourAccesskey -t GET -n
101101
102102
### Standard tier
103103

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) |
105105
| --- | --- | --- | --- | --- | --- |
106106
| C0 | 250 MB | Shared | 100 | 15,000 | 7,500 |
107107
| 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
112112
| C6 | 53 GB | 8 | 2,000 | 126,000 | 120,000 |
113113

114114
### 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) |
116116
| --- | --- | --- | --- | --- | --- |
117117
| P1 | 6 GB | 2 | 1,500 | 180,000 | 172,000 |
118118
| 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
123123
> [!Important]
124124
> P5 instances in the China East and China North regions use 20 cores, not 32 cores.
125125
126-
### Enterprise tier - Enterprise Cluster Policy
126+
### Enterprise & Enterprise Flash tiers
127127

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.
130129

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) |
132133
| --- | --- | --- | --- | --- | --- |
133-
| P1 | 6 GB | 2 | 1,500 | 180,000 | 172,000 |
134-
| P2 | 13 GB | 4 | 3,000 | 350,000 | 341,000 |
135-
| P3 | 26 GB | 4 | 3,000 | 350,000 | 341,000 |
136-
| P4 | 53 GB | 8 | 6,000 | 400,000 | 373,000 |
137-
| P5 | 120 GB | 32 | 6,000 | 400,000 | 373,000 |
134+
| E10 | 12 GB | 4 | 4,000 | 300,000 | 200,000 |
135+
| E20 | 25 GB | 4 | 4,000 | 550,00 | 390,000 |
136+
| E50 | 50 GB | 8 | 8,000 | 950,000 | 530,000 |
137+
| E100 | 100 GB | 16 | 10,000 | 1,300,000 | 580,000 |
138+
| F300 | 384 GB | 8 | 3,200 | 650,000 | 310,000 |
139+
| F700 | 715 GB | 16 | 6,400 | 650,000 | 350,000 |
140+
| F1500 | 1455 GB | 32 | 12,800 | 650,000 | 360,000 |
141+
142+
**OSS Cluster Policy**
143+
144+
| 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) |
145+
| --- | --- | --- | --- | --- | --- |
146+
| E10 | 12 GB | 4 | 4,000 | 300,000 | 200,000 |
147+
| E20 | 25 GB | 4 | 4,000 | 550,00 | 390,000 |
148+
| E50 | 50 GB | 8 | 8,000 | 950,000 | 530,000 |
149+
| E100 | 100 GB | 16 | 10,000 | 1,300,000 | 580,000 |
150+
| F300 | 384 GB | 8 | 3,200 | 650,000 | 310,000 |
151+
| F700 | 715 GB | 16 | 6,400 | 650,000 | 350,000 |
152+
| F1500 | 1455 GB | 32 | 12,800 | 650,000 | 360,000 |
138153

139-
### Enterprise tier - OSS Cluster Policy
140-
141154
## Next steps
142155

143156
- [Development](cache-best-practices-development.md)

0 commit comments

Comments
 (0)