hello all My application running sql queries on db and then put the result on ignite cache. Then I query these data from ignite cache. But the query that I run on ignite cache taking too much time depending on my data. when I monitor my system while running queries on ignite cache I realize that cpu usage is %10 so I search and found setQueryParallelism property while creating cache when I change that actually noting change so is there a way to fasten my queries and use more of my cpu.
By the way I create index most of the people suggesting creating index to fasten queries -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
