[14:21:50] <miau> could sb explain how can i query/output the content of a file saved in fs.files in mongodb... its a bit strange imho
[20:01:46] <abonilla> Hi - does anyone know what is the equivalent of --rest for mongod parameter but for the config file?
[20:35:20] <fedorovmatt> wondering if someone could help me out. im having trouble with mongodb multiparallelism inserting and selecting. i keep getting 503 server unavailable errors
[20:35:43] <fedorovmatt> not all the time, just randomly throughout the process
[20:37:00] <neeky> anyone use mongoose driver? I've having a bitch of a time with the almost undocumented Query object
[21:12:59] <tpayne> db.favorites.aggregate({"$match":{"eid":"1427"}, {"$group":{"_id":"$gid","count":{"$sum":1}}}}) does anyone know what's syntactically wrong with this?
[21:20:23] <cheeser> just getting no results back?
[21:23:19] <dllama> hi guys, quick question. can someone please tell me how to do a full db backup? i have a 14gb db, and when using mongodump, the dump folder was 3gb, is that normal?
[21:23:30] <dllama> so i'm not 100% sure if i should be using mongodump or mongoexport
[21:23:51] <dllama> and if going the mongoexport route, whats the syntax for exporting the entire db and all of its collections?
[21:23:55] <dllama> thank you very much in advance
[21:26:10] <cheeser> what does "db.stats()" say in the shell for that db?
[21:56:42] <joannac> Did you sum all the dumped objects, and compare to the numObjects in db.stats() ?
[21:56:54] <joannac> you'll bemissing a couple of _id indexes, but that should be it
[21:58:05] <dllama> oh boy, running a de-duping 44k objects (all of which are processed pdf files)… a little nervous to say the least :)
[21:58:42] <dllama> also hoping that once i'm done with this and i can remove the html version of the pdf from teh db it self, it'll be back to running nice an dfast
[21:59:09] <dllama> if this goes wrong, i have the export, if that fails, looksl ike its going to be another 4-5 days of processing pdfs lol
[22:06:12] <tpayne> this channel is dead as fried chicken
[22:13:59] <tpayne> ok and the follow up question is, _id is returning me gid, but i'd like to return something else as well, a key called name, how can i alter it to do that?
[22:23:29] <tpayne> cheeser: so i tried this: db.favorites.aggregate({"$match":{"eid":"1427"}}, {"$group":{"_id":"$gid","count":{"$sum":1}}}, {"name":1})
[23:14:33] <samholmes> looks like it's not running
[23:15:29] <cheeser> launchctl load <path to plist>
[23:43:39] <eph3meral> so, I recently had a friend recommend mongo db because "One big thing is intellegent caching where you want to run through a stored object for addition querying "
[23:43:53] <eph3meral> does anyone know which feature and or part of the docs I can read to understand what he's referring to?
[23:44:04] <eph3meral> I think he may have meant additional* querying