Here's my test results. I should mention that my cache is in transactional mode.
cache.clearAll = ~3s cache.removeAll = ~7s streamer clear with ClearAllReceiver (from Val) = ~3s streamer remove = ~1min streamer remove with cache in atomic mode = ~6s broadcast closure to query and clear locally = ~3s So it look like it was mainly the transactions that was slowing down the data streamer. I think I'll go with Yakov's suggestion. Because I don't know the keys I have to clear, I'll have to query for them, and each node is capable of running the query and cleared the keys locally. Thanks everyone! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/DataStreamer-performance-with-removing-data-tp1917p1933.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
