How much memory and hard-disk space required for solr

2021-06-13 Thread Syed Hasan
Hi Guys, I'm brand new to solr. I've been investigating the proper way to search huge VCF file(s) in order to perform my bioinformatics analysis functionality. I came across SOLR. Sounds very interesting and promising. Before I dive into it, I would like to know how much memory and hard-disk space

Re: How much memory and hard-disk space required for solr

2021-06-13 Thread Dave
had very good luck with as much memory and as large of an ssd you can buy, and setting the jvm xmx and Xms to exactly 31gb and letting the Linux server do it’s own caching for the rest. 31 is a very specific number > On Jun 13, 2021, at 5:28 PM, Syed Hasan wrote: > > Hi Guys, > I'm brand new

Re: Reads only on replicas?

2021-06-13 Thread Wei
We did some explorations on excluding reads from the leader in a TLOG + PULL cloud. When updates are heavy we do observer query throughput and latency improvement. Added the patch we have bee testing https://issues.apache.org/jira/secure/attachment/13026792/SOLR-15472.patch On Fri, Jun 11, 2021