is there straight forward API to identify row entries? for example: batch 1: from table1 where id>0 and id<1000000 batch 2: from table1 where id>=1000000 and id<2000000 batch 3: from table1 where id>=2000000 and id<3000000 ......
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
