You can use tracing to get fine-grained details about your query. You turn on tracing, which gives you a trace id. That trace id is passed through every request, generating time spans for many operations. These spans are stored in the trace table.
You can view your the hierarchy of traces in the monitor under the Recent Traces link. You can read the spans out of the trace table for a more exact details. If you can do your query from the shell, you can turn on tracing, execute your query and turn tracing off, and it will print the trace for you. -Eric On Wed, Apr 17, 2013 at 10:55 AM, Parker, Matthew - IS < [email protected]> wrote: > Is there a way to collect statistics about how many tablet servers > processed a query? Or any statistics for that matter? > > > > ------------------------------ > > This e-mail and any files transmitted with it may be proprietary and are > intended solely for the use of the individual or entity to whom they are > addressed. If you have received this e-mail in error please notify the > sender. Please note that any views or opinions presented in this e-mail are > solely those of the author and do not necessarily represent those of Exelis > Inc. The recipient should check this e-mail and any attachments for the > presence of viruses. Exelis Inc. accepts no liability for any damage caused > by any virus transmitted by this e-mail. >
