Hello, Yes, you can destroy existing cache and create new, if you want change partitioning. No way to change partitioning on existing cache.
On Thu, Jul 7, 2016 at 1:19 PM, pragmaticbigdata <[email protected]> wrote: > We have an IgniteCache<BinaryObject, BinaryObject>. In our usecase we > implement the AffinityKeyMapper to specify the field(s) from the > BinaryObject which should be part of the affinity key. > > As I have understood, ignite ignores the cache configuration that is passed > in the ignite.getOrCreateCache(config) for an existing cache. This means > there is no way to change the field on which the cache is partitioned. If > we > want to change the field baased on which the data is partitioned then we > should reload the cache. Is my understanding right? > > Thanks > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Cache-Repartitioning-tp6141.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov
