Advertisement
Guest User

Mongo query explain

a guest
Oct 31st, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.70 KB | None | 0 0
  1. {u'allPlans': [{u'cursor': u'BtreeCursor initiator_name_1_updated_-1',
  2.    u'indexBounds': {u'initiator_name': [[u'renemorrison', u'renemorrison']],
  3.     u'updated': [[{u'$maxElement': 1}, {u'$minElement': 1}]]},
  4.    u'indexOnly': False,
  5.    u'isMultiKey': False,
  6.    u'n': 22,
  7.    u'nChunkSkips': 0,
  8.    u'nscanned': 22,
  9.    u'nscannedObjects': 22,
  10.    u'scanAndOrder': False}],
  11.  u'cursor': u'BtreeCursor initiator_name_1_updated_-1',
  12.  u'filterSet': False,
  13.  u'indexBounds': {u'initiator_name': [[u'renemorrison', u'renemorrison']],
  14.   u'updated': [[{u'$maxElement': 1}, {u'$minElement': 1}]]},
  15.  u'indexOnly': False,
  16.  u'isMultiKey': False,
  17.  u'millis': 6,
  18.  u'n': 22,
  19.  u'nChunkSkips': 0,
  20.  u'nYields': 12,
  21.  u'nscanned': 22,
  22.  u'nscannedAllPlans': 22,
  23.  u'nscannedObjects': 22,
  24.  u'nscannedObjectsAllPlans': 22,
  25.  u'scanAndOrder': False,
  26.  u'server': u'c88.candidate.42:10088',
  27.  u'stats': {u'advanced': 22,
  28.   u'alreadyHasObj': 0,
  29.   u'children': [{u'advanced': 22,
  30.     u'boundsVerbose': u'field #0[\'initiator_name\']: ["renemorrison", "renemorrison"], field #1[\'upd
  31. ated\']: [MaxKey, MinKey]',
  32.     u'children': [],
  33.     u'dupsDropped': 0,
  34.     u'dupsTested': 0,
  35.     u'invalidates': 0,
  36.     u'isEOF': 1,
  37.     u'isMultiKey': 0,
  38.     u'keyPattern': u'{ initiator_name: 1, updated: -1 }',
  39.     u'keysExamined': 22,
  40.     u'matchTested': 0,
  41.     u'needFetch': 0,
  42.     u'needTime': 0,
  43.     u'seenInvalidated': 0,
  44.     u'type': u'IXSCAN',
  45.     u'unyields': 12,
  46.     u'works': 23,
  47.     u'yieldMovedCursor': 0,
  48.     u'yields': 12}],
  49.   u'forcedFetches': 0,
  50.   u'invalidates': 0,
  51.   u'isEOF': 1,
  52.   u'matchTested': 0,
  53.   u'needFetch': 12,
  54.   u'needTime': 0,
  55.   u'type': u'FETCH',
  56.   u'unyields': 12,
  57.   u'works': 35,
  58.   u'yields': 12}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement