-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.5.6
-
Environment:node.js mongodb driver
-
Empty show more show less
I am doing following thing my function:
- db.collection.find()
- cursor.toArray
the total time of both steps is approx. 31 to 33 seconds. but issue is second step itself only takes 27 to 29 seconds.