3

I'm running a test on MapReduce algorithm in different environments, like Hadoop and MongoDB, and using different types of data. What are the different methods or techniques to find out the execution time of a query.

If I'm inserting a huge amount of data, consider it to be 2-3GB, what are the methods to find out the time for the process to be completed.

Rubens
  • 4,097
  • 5
  • 23
  • 42
syed
  • 31
  • 1

1 Answers1

0

One option is the time command on the command line.

Brian Spiering
  • 20,142
  • 2
  • 25
  • 102