[00:49:38] <ag4ve> a named pipe. but i guess just binding to localhost is good enough
[00:50:48] <theekgb> i beleive someone ran a script the wrong driction when writing backup scripts…it connects to the secondary to do the mongodump, they are only on the secondary though
[00:53:48] <joannac> you can't write to a secondary though...
[00:54:59] <theekgb> ah ok, didnt think about that, thank you
[02:01:18] <pabst^> im a little confused on manual references, if I have a manual reference and I want to query a document that only has part of that manual reference how can I query for that?
[02:15:45] <joannac> pabst^: um, why don't you have the entire manual reference
[02:19:27] <pabst^> joannac: im not sure. im not sure I have grasped references yet
[02:21:25] <joannac> okay, well if you have the _id and you know which collection it is, you do another query
[02:22:40] <pabst^> joannac: thanks, that seems expensive, but I think I am thinking about it like sql
[02:25:12] <pabst^> so, i have a collection that has a reference to a collection that has a list of domains, I only want records in the first collection that reference a particular domain. In order to do that I need to get the _id of the domain first, and then I can do a find by that objectid on the first collections...
[02:25:23] <pabst^> makes more sense now that I am "saying" it out loud
[08:35:46] <sweb> documention need to be update http://docs.mongodb.org/manual/tutorial/enable-authentication/
[12:17:38] <sundaycoder> hello chaps - would this be a good place to grab a little help with getting started that docs and google doesn't seem to cover?
[12:36:55] <mezod> hi, i am using mongo on windows and every day I have to delete the whole db or repair it because of "unclean shutdown". How am I supposed to shutdown?
[14:50:25] <tab1293> can anyone tell me why I may be getting this error when trying to connect to mongo warning: Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused Error: couldn't connect to server 127.0.0.1:27017 (127.0.0.1), connection attempt failed at src/mongo/shell/mongo.js:146
[21:08:34] <partycoder> that's not a correct approach to the problem
[21:08:49] <tab1293> okay well does making multiple writes to the DB effect the duration of an aggregate cause this has been taking more than like 6 minutes now
[21:09:00] <tab1293> what's the correct approach then?
[21:09:09] <partycoder> consumed time will depend on what type of hardware is used
[21:09:27] <tab1293> I am on an amazon ec2 micro instance
[21:09:42] <partycoder> well micro instances should not be used for mongo
[21:10:15] <tab1293> okay so you're saying to speed up an aggregate of that magnitude a hardware upgrade is the only solution?
[23:33:09] <tab1293> why would I be getting a errno 111 on connection to mongod?
[23:45:56] <Hudolus> Hello guys, I am about to ask a lot of stupid questions
[23:46:03] <Hudolus> Please help me the best you can
[23:46:30] <Hudolus> I'm using Unreal Engine 4. It has a plugin called VaRest https://forums.unrealengine.com/showthread.php?19961-Plugin-Http-s-REST-blueprintable-JSON-query-and-Parse-API-manager-VaRest&highlight=JSON
[23:46:37] <Hudolus> I need to take data from my game