Concept Flow - Hot partition prevention
Start: Incoming Requests
Check Partition Key Distribution
Evenly Spread
Process Normally
Distribute Load / Change Keys
Process Requests
Requests come in and are checked for how evenly their partition keys are spread. If keys are balanced, process normally. If a hot partition is detected, apply techniques to spread the load and prevent overload.