You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/09/15 17:13:12 UTC

[Solr Wiki] Update of "SolrPerformanceFactors" by MarkusJelsma

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "SolrPerformanceFactors" page has been changed by MarkusJelsma.
http://wiki.apache.org/solr/SolrPerformanceFactors?action=diff&rev1=23&rev2=24

--------------------------------------------------

     1. Calulate 0.005 of the total number of documents that you are going to store.
     1. Try values on either 'side' of that value to arrive at the best query times. 
     1. When query times seem to plateau, and performance doesn't show much difference between the higher number and the lower, use the higher.
+ 
+ Note: hashDocSet is no longer part of Solr as of version 1.4.0, see [[https://issues.apache.org/jira/browse/SOLR-1169|SOLR-1169]].
+ 
  
  === Cache autoWarm Count Considerations ===