Hello!

The default batch size is 1000 rows so it seems
(org.apache.ignite.internal.processors.cache.query.GridCacheTwoStepQuery#DFLT_PAGE_SIZE).

Regards,
-- 
Ilya Kasnacheev


ср, 19 сент. 2018 г. в 15:09, Ray <ray...@cisco.com>:

> Hi Ilya, thanks for the reply.
>
> So is it like cursor on the server side?
>
> Let's say user ran a query "select * from tableA" where tablaA has a
> million
> records.
> When the lazy loading flag is on Ignite server will send the first batch of
> records to the user.
> When user's client asks for second batch then Ignite sends the second batch
> of records.
>
> Is my understanding correct?
>
> What's the default batch size sent to user if my understanding is correct?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to