Finding key Solr performance metrics
Posted
by Mike Malloy
on Stack Overflow
See other posts from Stack Overflow
or by Mike Malloy
Published on 2010-05-11T16:39:56Z
Indexed on
2010/05/11
16:44 UTC
Read the original article
Hit count: 332
To improve performance of Solr find your slowest searches, monitor query results, cache hit rate and cache size, document cache and filter cache; find problems with Solr update handlers by tracking index operations and document operations. There is a tool from New Relic which may help. http://www.newrelic.com/solr.html
© Stack Overflow or respective owner