Re: Searching performance suffers tremendously during indexing

2011-05-01 Thread Daniel Huss
h to disk, you can check if >>> bumping up the ram (-Xms512m -Xmx1024m) alleviates it. Even if this isn't >>> the fix, you can at least isolate if it's a memory issue, or if your issue >>> is related to a disk I/O issue (e.g. running optimization on every commit). &

Re: Searching performance suffers tremendously during indexing

2011-05-01 Thread Daniel Huss
es with your schema, or some other unexpected > issue. > > A resource that has been helpful for me > http://wiki.apache.org/solr/SolrPerformanceFactors > > > > > > > -Original Message- > From: Daniel Huss [mailto:hussdl1985-solrus...@yahoo.de] > Sent: Su

Searching performance suffers tremendously during indexing

2011-04-30 Thread Daniel Huss
Hi everyone, our Solr-based search is unresponsive while documents are being indexed. The documents to index (results of a DB query) are sent to Solr by a daemon in batches of varying size. The number of documents per batch may vary between one and several hundreds of thousands. Before investigat