[00:12:21] <travisgriggs> it seems to fail on the database that has a 512M file associated with it. i’ve shut a bunch of stuff down and vmstat shows 882M free, so I’m not sure why it can’t map that. or if that’s even the problem
[08:47:56] <shesek> can I tell if an findAndModify operation resulted in a modify?
[08:48:28] <shesek> that is, differentiate a case where a document is found and updated with a case where a document is found but is not updated (due to unique constraints etc)
[11:58:50] <oceanx> hi, is there a way to do a projection of only a sub-dictionary of my document (inside an aggregation pipeline), if i try to do $project: "$content.subdict" it says projection needs an object, is there a way I can turn the reference $content.sub-dict to an object (a dict)?
[16:35:39] <jParkton> How do I connect to mongo from some.js?
[18:33:50] <SubCreative> Sorry for the newb question but I'm coming from a RMDB background. Is it possible to have a collection inside of a collections document?
[18:35:23] <SubCreative> I have 2 collections I want to store, Users & Orders but I don't want to use 2 seperate collections, i'd rather use a tree like structure.