M101J: MongoDB for Java Developers Homework 4.4
Step 1:
Download the handout
Step 2:
import the Sysprofile data using
mongoimport -d m101 -c profile < sysprofile.json
Step 3:
you need to look into data or write a query to find the maximum latency in milli second
so we will filter and apply max on "millis" key of document.
Answer was: 15820
Step 1:
Download the handout
Step 2:
import the Sysprofile data using
mongoimport -d m101 -c profile < sysprofile.json
Step 3:
you need to look into data or write a query to find the maximum latency in milli second
so we will filter and apply max on "millis" key of document.
Answer was: 15820
No comments:
Post a Comment