SOLR Boolean clause impact on memory/Performance
hi, Can we quantify the impact on SOLR memory usage/performance if we increase the boolean clause. I am currently using lot of OR clauses in the query (close to 10K) and can see heap size growing. Thanks, Ankit
Re: SOLR Boolean clause impact on memory/Performance
over 10K. > > Are you sure this is the best approach though? Could joins > work here? Or reranking? (this last is doubtful, but...). > > This may well be an XY problem, you haven't explained _why_ > you need so many conditions which might enable other > suggestions. > >