Hi,

How many rows does the result set contains? How many rows are scanned to produce the result?
Ignite use H2 as the SQL frontend.
H2 checks the timeout after each 4K scanned rows.

15.01.2019 14:18, garima.j пишет:
Hello,

I'm using the below code to execute a SQL fields query :

SqlFieldsQuery qry = new
SqlFieldsQuery(jfsIgniteSQLFilter.getSQLQuery()).setTimeout(timeout,TimeUnit.MILLISECONDS);
List<?> listFromCache = cache.query(qry).getAll();

The query doesn't timeout at all. My timeout is 5 milliseconds and the data
is retrieved in 168 ms without timing out.

Please let me know what am I missing.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

--
Taras Ledkov
Mail-To: tled...@gridgain.com

Reply via email to