A few questions for you: What types of fields and how many fields will you be retrieving? What version of Solr are you using?
Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Feb 17, 2016 at 1:37 PM, Mark Robinson <mark123lea...@gmail.com> wrote: > Hi, > > I have a requirement where I need to retrieve 10000 to 15000 records at a > time from SOLR. > With 20 or 100 records everything happens in milliseconds. > When it goes to 1000, 10000 it is taking more time... like even 30 > seconds. > > Will Solr be able to return 10000 records at a time in less than say 200 > milliseconds? > > I have read that disk read is a costly affair so we have to batch results > and lesser the number of records retrieved in a batch the faster the > response when using SOLR. > > So is Solr a straight away NO candidate in a situation where 10000 records > should be retrieved in a time of <=200 mS. > > A quick response would be very helpful. > > Thanks! > Mark >