I had put my data into 3 nodes with collocate data with data, and found the
data is not evenly distributed across the three nodes.
Node A save 30 pieces of data, Node B save 30 pieces of data, and Node C
saved 900 pieces of data.

The example data as following:
Node    AffinityKey     count
A       530             9
A       531             10
A       532             11
B       540             12
B       541             14
B       542             4
C       550             100
C       551             200
C       552             50
C       553             400
C       554             150

How to make the data evenly distributed in the three nodes?




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-avoid-data-skew-in-collocate-data-with-data-tp8454.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to