by DivineTraube on 7/16/17, 6:31 PM with 2 comments
by dkarapetyan on 7/16/17, 6:57 PM
Also, I don't see how their design avoids hot keyspace issues. Traditionally this is the main problem with partitioned designs because you move the problem one level up to properly designing the key that will be used to distribute the load across partitions.
by voidmain on 7/16/17, 10:21 PM
An often more attractive approach is to partition over the keys of each database index.