php - Information About Mongodb Log File CONN 3635100 I think creating multiple connections -


i looking mongodb log file(mongod.log-/var/log/mongodb).i saw there can see in below contents of log file each query.its showing connection different number(conn3635100,conn3635079,i.e).so here query mongodb creating new connection each query or not.is there mistake in configuration. using laravel 5.1 mongodb 3.2 ubuntu 16.04

2017-07-27t15:13:18.598+0000 command  [conn3635100] command targetjob-    plus.jobseekers command: find { find: "jobseekers", filter: { user_id: { $in: [ "5979a1951e184a40c66e98c2" ] } } } plansummary: collscan keysexamined:0 docsexamined:4542 cursorexhausted:1 keyupdates:0 writeconflicts:0 numyields:35 nreturned:1 reslen:1279 locks:{ global: { acquirecount: { r: 72 } }, database: { acquirecount: { r: 36 } }, collection: { acquirecount: { r: 36 } } } protocol:op_query 124ms 2017-07-27t15:13:18.707+0000 command  [conn3635079] command targetjob-plus.jobseekers command: find { find: "jobseekers", filter: { user_id: { $in: [ "5979a1951e184a40c66e98c2" ] } } } plansummary: collscan keysexamined:0 docsexamined:4542 cursorexhausted:1 keyupdates:0 writeconflicts:0 numyields:36 nreturned:1 reslen:1279 locks:{ global: { acquirecount: { r: 74 } }, database: { acquirecount: { r: 37 } }, collection: { acquirecount: { r: 37 } } } protocol:op_query 255ms 2017-07-27t15:13:18.723+0000 command  [conn3635121] command targetjob-plus.badge_counts command: find { find: "badge_counts", filter: { $and: [ { user_id: "597a01761e184a280b1039d1" }, { badge_type: "my_job" } ] }, limit: 1 } plansummary: collscan keysexamined:0 docsexamined:7775 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -