Exercises
Exercise 1
{'_id_': {'key': [('_id', 1)], 'ns': 'geo.states', 'v': 2}, 'loc_2dsphere': {'2dsphereIndexVersion': 3, 'key': [('loc', '2dsphere')], 'ns': 'geo.states', 'v': 2}}
{'_id_': {'v': 2, 'key': [('_id', 1)], 'ns': ‘geo.states'}}
Exercise 2
"executionStats" : { … "executionTimeMillis" : 11, "totalKeysExamined" : 0, "totalDocsExamined" : 25359, "nReturned": 21, …"executionStats" : { … "executionTimeMillis" : 0, "totalKeysExamined" : 21, "totalDocsExamined" : 21, "nReturned": 21, …
Exercise 3


Exercise 4
Last updated
Was this helpful?