> You can find partition number using: affinity.partition(key) My question was - to get the partition id we need the cache key. When doing the initial load into ignite we don't have the cache key. Does that mean we cannot have an optimized data loading (i.e. partition aware data loading)?
> Yes it does work. Each node hase own instance of CacheStore. Is the loadCache() method from the CacheStore invoked on a new server node that joins the cluster? If yes, what is the reason behind it? Won't it be copying the existing partitions from other server nodes? Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Understanding-data-store-and-partitioning-tp6264p6272.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
