That's a great question!
I'm going to give you two answers:
- The technical answer
- And an analogy because I think it makes these types of things easier to remember
The technical answer
R x P = SU (TRUE)
BUT the S tier, you can configure up to 12 replicas and 12 partitions, but Azure caps the total active search units at 36, not 144.
So why would tier S allows up to 12 replicas and partitions if it caps your SU's at 36?
Because it allows combinations of replicas and partitions that total 36 SU or less while still allowing 12 partitions OR replicas as needed.
For example:
- 3 replicas x 12 partitions = 36 SU
- 6 replicas x 6 partitions = 36 SU
The goal is to max out performance and cost efficiency.
The Analogy
It's Hell's kitchen and there are 12 chefs (replicas) and 12 stations (partitions), but to make sure every chef can be properly evaluated only 36 active UNITS can be activated.
- You can have multiple chefs sharing a station
- Or one chef operating multiple stations
Does that clear it up? 😊 If so please accept the answer so others can benefit from it as well!