The idea here is that instead of incrementing a single row f...

The idea here is that instead of incrementing a single row for a counter, we are now picking a slot and incrementing the count in that slot. This means instead of hammering a single row, we are spreading the updates across 100 rows and reducing the potential for contention.

www.joshbeckman.org/notes/619579626