[09:02:06] <progz> Just a quick question. MMS Monitoring, I can install it on all my mongo ? Configserver, routeur and mongodb ?
[09:33:23] <the_drow> Is there a way to tell PyMongo to not serialize results into Python dicts? I'd like to get the results directly in JSON
[16:58:36] <Poky> hey guys, is this somehow outdated? http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/ ? My apt-get update can't reach that repo
[18:38:44] <Gevox> Hi, i have a document which has a {someKey, ArrayList}, now i'm trying to retreive this ArrayList from the document. So after obtaining a cursor to the document, i did this authorsList = authorsCusros.next().get("sharedAuthors");
[18:40:49] <Gevox> now i'm getting this error http://i.imgdady.com/VTWSD.jpg (i understand what the error says), but i still don't have a different approach to follow to solve my problem. Any suggestions?
[19:15:53] <Gevox> Isn't mongoDB schemaless? Am i unable to append values to the document plus 1 new extra field?
[19:18:49] <Gevox> I'm executing this method and it does not update the document with the new extra field i appened to it. Code http://pastebin.com/WCay3cw1
[19:44:11] <paperziggurat> is find().sort({... available on mini mongo?
[20:57:15] <felixjet_> it is ok to ask for a mongoose question here?
[21:47:01] <paperziggurat> Anyone know the best way to find all documents with a specific beginning with a letter from a range A to M?
[22:26:13] <MrHeavy> I have a cluster with two data nodes and an arbiter
[22:26:20] <MrHeavy> When I try to add a third data node, and the replica is initializing (STARTUP2), my writes have significant latency unless I set my writeConcern from 'majority' down to 1
[22:26:51] <MrHeavy> Even though, from my understanding, the initializing node is supposed to be a non-voting node until it's finished initializing
[22:26:55] <MrHeavy> Any idea why this would happen?