On 6/1/2020 9:29 AM, Odysci wrote:
Hi, I'm looking for some advice on improving performance of our solr setup.
<snip>
Does anyone have any insights on what would be better for maximizing throughput on multiple searches being done at the same time? thanks!
In almost all cases, adding memory will provide the best performance boost. This is because memory is faster than disks, even SSD. I have put relevant information on a wiki page so that it is easy for people to find and digest:
https://cwiki.apache.org/confluence/display/solr/SolrPerformanceProblems Thanks, Shawn