Hi all, I am trying to figure out the best approach for pre-loading cache entries from a SQL DB on startup.
I have read the recommendations to use a client node and a data streamer to pre-load cache data on startup. One issue I see with the approach however, compared with cache.loadCache(), is that I can't seem to easily reuse the CacheStore.loadCache implementations - is there any way to do so? My (JDBC) cache store configuration contains logic to map the DB schema to the cache schema; it seems that I would need to replicate that logic in the loader client in order to call streamer.addData()? Thanks! Franck -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
