You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create a collection, referred to as collection, with the namespace explain-test.collection.
372
+
collection=client["explain-test"]["collection"]
373
+
374
+
# Run an explained find on collection. The find will have the query predicate { name: 'john doe' }. Specify a maxTimeMS value of 2000ms for the explain.
# Create a collection, referred to as collection, with the namespace explain-test.collection.
364
+
collection=client["explain-test"]["collection"]
365
+
366
+
# Run an explained find on collection. The find will have the query predicate { name: 'john doe' }. Specify a maxTimeMS value of 2000ms for the explain.
0 commit comments