If i understand correctly, the usecase for data streamer would be to pre load large/bulk data into cache.
The usecase that i am looking at is, say we have limited cache, where say 50% data is pre-loaded and here the data stream will come into play and remaining 50% is in DB. The "get" call's that result in a cache miss, will load the data from the DB and populate it in the cache for subsequent lookups. My plan was to use CacheLoader for this Cache miss case. I don't think Data Streamer would be a good choice here, would it? And if CacheLoader is the only way to do this then i will have to implement the server nodes as well, right? Regards, Victor -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
