From 0e41344f45660da82677790e1b6b0ca13f46bc87 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sun, 10 Nov 2024 12:12:19 +0530 Subject: [PATCH] Updated output for query 6 after running on new machine. --- Practical/Practical Exam/MongoDB/M4 - Aggregation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.