Absolutely, give a try to the IgniteDataStreamer approach. You can create a 
streamer per cache and inject the data from multiple threads in parallel. Also 
keep in mind that the streamer is tunable and you can improve the performance 
by changing some of the parameters.

—
Denis

> On Dec 21, 2016, at 10:36 PM, rishi007bansod <[email protected]> wrote:
> 
> I am loading data from Oracle database using *cache.loadCache()* command, but
> it is taking more time in data loading(Takes about *5 minutes to load 300
> MB* of data). Can we use *Ignitedatastreamer* here to improve data loading
> speed? or is there any other way for bulk loading of data from underlying
> persistent database?
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/Improve-data-loading-speed-from-persistant-data-storage-tp9692.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to