How to Avoid Hotspots on Range-based Indexes in Distributed Databases
Some data model choices in distributed databases cause data to grow in one node before it moves to another node. This will cause one node to become a hotspot for reads and writes. This article explains how to avoid that.