[03:22:33] <Streemo> if i include in a $or query the following option: {$in: []} (an empty array), will that reduce performance?
[03:23:29] <Streemo> i'd rather just specify it and not have to spend a few lines in an if/elseif/.../else structure and specify a different query every time x-x
[14:22:03] <pyios> what result does the find() return ?
[16:14:08] <maumercado> I was wondering.. does the bulk operation for the nodejs driver emit events like done? or finihs
[16:14:15] <maumercado> I was wondering.. does the bulk operation for the nodejs driver emit events like done? or finished?
[19:18:01] <g00ey> I use to comment out the bind line in /etc/mongodb to acced my tb remotely. Now it's in prod and I commented the line again but I can still access it remotely :s
[19:18:17] <g00ey> any idea on how to solve this? don't want to get hacked overnight x)
[21:58:34] <Dev0n> hey, is there much difference between {field: 1}, {field: {$eq: 1}} and {field: {$in: [1]}}
[23:02:45] <markholmes> hey, i'm getting the following startup warnings on osx when typing 'mongo' in terminal: [initandlisten] ** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000
[23:03:30] <markholmes> i tried typing sudo ulimit -n 1000 but it didn't seem to fix the issue. perhaps I did something wrong. any advice?