Skip to content

Commit ef060a3

Browse files
authored
Update cache-best-practices-performance.md
1 parent e7343fc commit ef060a3

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

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

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,11 @@ The Enterprise and Enterprise Flash tiers offer a choice of cluster policy: _Ent
151151
| F700 | 715 GB | 16 | 6,400 | 1,300,000 | 680,000 |
152152
| F1500 | 1455 GB | 32 | 12,800 | 1,300,000 | 620,000 |
153153

154-
In addition to scaling up by moving to larger cache size, it is also possible to boost performance by [scaling out](cache-how-to-scale.md#how-to-scale-up-and-out---enterprise-and-enterprise-flash-tiers). In the Enterprise tiers, this is called increasing the _capacity_ of the cache instance. A cache instance by default has capacity of two--meaning there is a primary and replica node. An Enterprise cache instance with a capacity of four indicates that the instance has been scaled out by a factor of two. Scaling out provides access to more memory and additional vCPUs. Scaling out is most effective when using the OSS cluster policy.
154+
### Enterprise & Enterprise Flash Tiers - Scaled Out
155155

156-
The tables below show the GET requests per second at different capacities, using SLL and a 1kB value size.
156+
In addition to scaling up by moving to larger cache size, it is also possible to boost performance by [scaling out](cache-how-to-scale.md#how-to-scale-up-and-out---enterprise-and-enterprise-flash-tiers). In the Enterprise tiers, this is called increasing the _capacity_ of the cache instance. A cache instance by default has capacity of two--meaning there is a primary and replica node. An Enterprise cache instance with a capacity of four indicates that the instance has been scaled out by a factor of two. Scaling out provides access to more memory and additional vCPUs. Details on how many vCPUs can be utilized by the core Redis process at each cache size and capacity can be found at the [Enterprise tiers best practices page](cache-best-practices-enterprise-tiers.md#sharding-and-cpu-utilization). Scaling out is most effective when using the OSS cluster policy.
157+
158+
The tables below show the GET requests per second at different capacities, using SSL and a 1kB value size.
157159

158160
**Scaling out - Enterprise cluster policy**
159161

@@ -170,15 +172,20 @@ The tables below show the GET requests per second at different capacities, using
170172
| F700 | 350,000 | 560,000 |
171173
| F1500 | 360,000 | 550,000 |
172174

173-
174175
**Scaling out - OSS cluster policy**
175176

176177
| Instance | Capacity 2 | Capacity 4 | Capacity 6 |
177-
| --- | --- | --- | --- | --- | --- |
178-
| E10 | 200,000 | 580,000 | 580,000 |
179-
| E20 | 390,000 | 580,000 | 560,000 |
180-
| E50 | 530,000 | 580,000 | 590,000 |
181-
| E100 | 560,000 | 580,000 | 600,000 |
178+
| --- | --- | --- | --- |
179+
| E10 | 800,000 | 950,000 | 1,250,000 |
180+
| E20 | 710,000 | 920,000 | 980,000 |
181+
| E50 | 950,000 | 2,000,000 | 1,260,000 |
182+
| E100 | 960,000 | 1,270,000 | 1,910,000|
183+
184+
| Instance | Capacity 3 | Capacity 9 |
185+
| --- | --- | --- |
186+
| F300 | 610,000 | 1,280,000 |
187+
| F700 | 680,000 | 1,280,000 |
188+
| F1500 | 620,000 | 1,850,000 |
182189

183190
## Next steps
184191

0 commit comments

Comments
 (0)