RE: Question about data distribution

2018-01-29 Thread svonn
Yes - so I've been merely observing some 'unlucky' distribution if it's solely chance-based. Since the real data will consist of thousands of measurements it should be fine as it is, thanks! Best regards svonn -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Question about data distribution

2018-01-29 Thread Stanislav Lukyanov
@ignite.apache.org Subject: RE: Question about data distribution Hi! My class for my keys looks like this. private String deviceId; @AffinityKeyMapped private long measurementId; private long timestamp; public IgniteKey(String deviceId, long measurementId, long timestamp

RE: Question about data distribution

2018-01-27 Thread svonn
Hi! My class for my keys looks like this. private String deviceId; @AffinityKeyMapped private long measurementId; private long timestamp; public IgniteKey(String deviceId, long measurementId, long timestamp) { this.deviceId = deviceId; this.measurementId = measu

RE: Question about data distribution

2018-01-26 Thread Stanislav Lukyanov
Hi, How many data entries do you have? Are IDs that you use for affinity mapping evenly distributed among the entries? Can you show the code that you use to define the affinity mapping and your cache configuration? Also, what exactly do you mean by "node gets X IDs to work with"? Do you mean t