Re: Ignite query statement reused/cached

2018-04-16 Thread dkarachentsev
Hi, For sure Ignite caches queries, that's why first request runs much longer than rest ones. Thanks! -Dmitry -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Ignite query statement reused/cached

2018-04-16 Thread kotamrajuyashasvi
Hi Does Ignite cache query Strings and reuse cached statements if same query String is to be executed? Suppose query String is same and the same query is run multiple times with different binding values, Does Ignite just reuse the cached query statement with the new bindings? Does it impact