You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Mike Drob <md...@apache.org> on 2016/04/26 20:03:42 UTC

Solr Debug Timing Questions

Hi Solr Devs,

I had a few question about the query info exposed through debug=timing
parameters.

1) I noticed that the components don't always add up to the QTime. Is this
delta the sum of time spent transferring between components?
2) I didn't see a breakdown of the query scatter time when distributing to
other shards. Is there an additional option to turn this on?

Thanks,
Mike