I am using SOLR for searching data. Is their any method to identify SOLR data fetching speed?
If you mean on monitoring the speed of Solr fetching the data, the response from Solr includes a QTime attribute that you could use.
What is QTime a measure of?
QTime is the elapsed time (in milliseconds) between the arrival of the request (when the SolrQueryRequest object is created) and the completion of the request handler. In other words, it will tell you how long it took to execute your query including things like query parsing, the actual search, faceting etc.
If that will meet your need, I would recommend reading the following post from the Solr User Group where options for monitoring this value were discussed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With