Re: deep paging in parallel sql

2017-09-07 Thread Susmit Shukla
; Sent: Wednesday, September 6, 2017 7:04 PM > To: solr-user@lucene.apache.org > Subject: Re: deep paging in parallel sql > > Parallel SQL supports unlimited SELECT statements which return the entire > result set. The documentation discusses the differences between the limited > and u

RE: deep paging in parallel sql

2017-09-06 Thread Imran Rajjad
My only concern is the performance as the cursor moves forward in resultset with approximately 2 billion records Regards, Imran Sent from Mail for Windows 10 From: Joel Bernstein Sent: Wednesday, September 6, 2017 7:04 PM To: solr-user@lucene.apache.org Subject: Re: deep paging in parallel sql

Re: deep paging in parallel sql

2017-09-06 Thread Joel Bernstein
Parallel SQL supports unlimited SELECT statements which return the entire result set. The documentation discusses the differences between the limited and unlimited SELECT statements. Other then the LIMIT clause there is not yet support for paging. Joel Bernstein http://joelsolr.blogspot.com/ On W

deep paging in parallel sql

2017-09-06 Thread Imran Rajjad
Dear list, Is it possible to enable deep paging when querying data through Parallel SQL? Regards, Imran Sent from Mail for Windows 10