Hi I have a Java Node which loads data into a cache.

My C++ Node starts another node and tries to fetch all data in the Cache via
ScanQuery.

The Java one does a ScanQuery in 2.5 seconds for 1 million records.
The C++ one takes 9 seconds for the same.

I have profiled the code.'
The Cache is OFFHEAP and Gc activity seems to be low mostly.

I am attaching the java, C++ file and the dump from profiling of C++ by
Microsoft Visual Studio . putget-example160702.vsps
<http://apache-ignite-users.70518.x6.nabble.com/file/n6056/putget-example160702.vsps>
  
files.zip
<http://apache-ignite-users.70518.x6.nabble.com/file/n6056/files.zip>  



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-C-ScanQuery-slower-than-Jav-ScanQuery-by-2x-always-tp6056.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to