On Fri, Jul 8, 2016 at 1:07 PM, vkulichenko <[email protected]> wrote:
> daniels, > > The node where the entry is stored is defined by affinity function which is > designed to provide even distribution across nodes. Since the function > doesn't know your keys in advance, it provides statistically better > distribution on growing dataset. In other words, if you put only two random > keys, they can easily go to the same node, but if you put a million of > random keys, they will be split very close to half a million per node. > In my experience, a few thousands of keys should be good. > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Cache-Partitioned-Mode-tp6172p6184.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
