Hi, For loading all data into Ignite before running a job, is loadAll sufficient? How can I prevent running loadAll on subsequent job runs? Is there a way to control whether or not the cache is loaded from the read-through store if the data has already been loaded? I'm concerned about job startup time in this case.
For removeAll, I'm seeing that my cache store adapter only ever gets called once (deleteAll) but the keys only ever have 1000 keys, which is the same size as my setWriteBehindBatchSize - but my custom store (Apache Solr) has 4 times that. I must be missing something here, but not sure what. What's the best way for me to delete all items in the cache _and_ the backend store in the most efficient way? Thanks, - Matt -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
