Mailing List Archive

Pagination with Parallel SQL Interface
Hi,
Does Parallel SQL Interface support pagination (start, rows).
I know that I can limit the result with LIMIT syntax but how can paginate my
results ?

Thank you




--
View this message in context: http://lucene.472066.n3.nabble.com/Pagination-with-Parallel-SQL-Interface-tp4280892.html
Sent from the Lucene - General mailing list archive at Nabble.com.
Re: Pagination with Parallel SQL Interface [ In reply to ]
Currently only LIMIT is supported, which I believe is also a limitation of
the Presto SQL parser. As part of the move to the Calcite SQL engine OFFSET
will also be supported.

Joel Bernstein
http://joelsolr.blogspot.com/

On Mon, Jun 6, 2016 at 4:17 PM, lansing <halim.chaibi@wantedanalytics.com>
wrote:

> Hi,
> Does Parallel SQL Interface support pagination (start, rows).
> I know that I can limit the result with LIMIT syntax but how can paginate
> my
> results ?
>
> Thank you
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Pagination-with-Parallel-SQL-Interface-tp4280892.html
> Sent from the Lucene - General mailing list archive at Nabble.com.
>
Re: Pagination with Parallel SQL Interface [ In reply to ]
Thank you



--
View this message in context: http://lucene.472066.n3.nabble.com/Pagination-with-Parallel-SQL-Interface-tp4280892p4281074.html
Sent from the Lucene - General mailing list archive at Nabble.com.