I'm using Gridgain 6.5.5 version with 3 nodes(on same host).
I'm performing the following tests:
Test 1:
- Load data using GridDataLoader initially from a .csv file.
- Run sample queries.
Test 2:
- With the data loaded, I'm trying to run the same queries.
Even if I don't load the data, Gridgain is taking more time (> 10 min)to execute the query
The config file I'm using the example-cache.xml.
Is it because of some configuration errors?
Given the heapsize I guess GC pauses could be one of the reasons.