2017-07-25T12:43:43.395-0400 I COMMAND [conn2108957] command esp-9.fitch_entity command: aggregate { aggregate: "fitch_entity", pipeline: [ { $match: { transactionList: { $exists: true } } }, { $unwind: "$transactionList" }, { $match: { transactionList.transactionID: 96247516.0 } }, { $lookup: { from: "fitch_ratable", localField: "groupID", foreignField: "groupID", as: "bonds" } }, { $unwind: "$bonds" }, { $project: { bonds: 1.0 } } ], cursor: { batchSize: 50 }, allowDiskUse: false } cursorid:247538249648 keyUpdates:0 writeConflicts:0 numYields:1216 reslen:196102 locks:{ Global: { acquireCount: { r: 2484 } }, Database: { acquireCount: { r: 1242 } }, Collection: { acquireCount: { r: 1242 } } } protocol:op_query 2728ms
|