You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by dkarachentsev <dk...@gridgain.com> on 2016/12/22 10:28:33 UTC

Re: Improve data loading speed from persistent data storage

So, most of the time are spent on getting data from DB - 3.5 min. The rest, I
think, could be indexing process in cache (you may check it by removing
setIndexedTypes()). For speedup you may load data from CSV file, but Ignite
doesn't provide such parser, you should implement it by yourself. Of course,
if it's suitable to your requirements.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Improve-data-loading-speed-from-persistant-data-storage-tp9692p9699.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.