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