Thanks Val

Unfortunately, I have created centralized ignite cache cluster and use
ignite jdbc connection to get fetch cache entries.

i could not find any method which uses query parser in jdbc connection. Can
we access query parser using jdbc connection ?

Thanks

On 30 November 2016 at 00:02, vkulichenko <valentin.kuliche...@gmail.com>
wrote:

> Hi Anil,
>
> While you iterate through the QueryCursor, the results will be fetched in
> pages and you will have only one page at a time in local client memory. The
> page size can be controlled via Query.setPageSize() method.
>
> -Val
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Fetching-large-number-of-records-tp9267p9272.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to