Files
mongo/client/parallel.cpp
Eric Milkie d9c699c392 SERVER-4398 report the actual elapsed time for a sharded query, rather than all the shards' time added together
The elapsed time for the query will now be reflected under "millis", and I renamed "millisAvg" to "millisShardAvg" and "millisTotal" to "millisShardTotal" for clarity.
2011-12-05 17:17:41 -05:00

28 KiB