Re: Need suggestions on performance improvement in Solr based application

2024-02-21 Thread Gus Heck
There are two features meant to support deep/large results: Export handler (Requires docvalues enabled) Cursormark (Requires serial requests passing a token from the prior request)

Re: Need suggestions on performance improvement in Solr based application

2024-02-20 Thread Shawn Heisey
On 2/13/24 19:46, Fiz N wrote: Hi SOLR Experts, I am facing one challenge regarding performance in *Java Spring Boot + Apache Solr Cloud *based application. Details are as follows: *Data present in Solr collection*: 41 million *Shards:* 8 *Replicas:* 2 *Solr Version:* 8.2.0 There is not a

Re: Need suggestions on performance improvement in Solr based application

2024-02-17 Thread Fiz N
> Hi SOLR Experts, > > I am facing one challenge regarding performance in *Java Spring Boot + > Apache Solr Cloud *based application. > > Details are as follows: > > *Data present in Solr collection*: 41 million > > *Shards:* 8 > > *Replicas:* 2 > > *Solr Version:* 8.2.0 > > *Issue:* we are having

Need suggestions on performance improvement in Solr based application

2024-02-13 Thread Fiz N
Hi SOLR Experts, I am facing one challenge regarding performance in *Java Spring Boot + Apache Solr Cloud *based application. Details are as follows: *Data present in Solr collection*: 41 million *Shards:* 8 *Replicas:* 2 *Solr Version:* 8.2.0 *Issue:* we are having export functionality base