diff --git a/Practical/Practical Exam/MongoDB/M4 - Aggregation.md b/Practical/Practical Exam/MongoDB/M4 - Aggregation.md index 57d6a0b..b823900 100644 --- a/Practical/Practical Exam/MongoDB/M4 - Aggregation.md +++ b/Practical/Practical Exam/MongoDB/M4 - Aggregation.md @@ -192,8 +192,8 @@ print("Time taken to search with index: " + (endTime - startTime) + " ms");
Output for query 6: - Time taken to search without index: 51 ms
- Time taken to search with index: 48 ms
+ Time taken to search without index: 41 ms
+ Time taken to search with index: 29 ms
7. Return a List of Indexes on created on employee Collection.