Re: [Paging] QueryCursor and SqlQuery

2017-07-27 Thread vkulichenko
nabble.com/Paging-QueryCursor-and-SqlQuery-tp15712p15743.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: [Paging] QueryCursor and SqlQuery

2017-07-27 Thread Nikolai Tikhonov
Hi, Ignite API does not provide pagination out of box. You can achieve it by your SQL query as in most of DB. On Thu, Jul 27, 2017 at 4:33 AM, woo charles wrote: > Hi, > How can I do paging when query from ignite cache? > > Can I get records by range? specific page? > > If I have 1 rows of

[Paging] QueryCursor and SqlQuery

2017-07-26 Thread woo charles
Hi, How can I do paging when query from ignite cache? Can I get records by range? specific page? If I have 1 rows of records with page size set to 20, how can I get the 21-40 (Page 2)?