Gridgain: Query running slow

172 Views Asked by At

I'm using Gridgain 6.5.5 version with 3 nodes(on same host).

I'm performing the following tests:

Test 1:

  1. Load data using GridDataLoader initially from a .csv file.
  2. Run sample queries.

Test 2:

  1. 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?

1

There are 1 best solutions below

4
On

Given the heapsize I guess GC pauses could be one of the reasons.