[01:30:24] <bobbobbins> hey, I'm trying to do a read from a mongo db but I'm getting an error about it not being the master...and i see that I'm supposed to run slaveOk to fix it, but I'd it to affect all connections...is there a way to do that?
[05:16:28] <Alex474> Hi! Looking for help with $addToSet - works not as expected: http://stackoverflow.com/questions/21011773/addtoset-works-like-push
[06:33:40] <Ravenslock> Hi. There are 3 mongo extensions to choose from mongoyii, directmongosuite, yiimongodbsuite. Which one do I use?
[07:02:22] <Ravenslock> Hi. There are 3 mongo extensions to choose from mongoyii, directmongosuite, yiimongodbsuite. Which one do I use?
[07:16:26] <Ravenslock> There are 3 mongo extensions to choose from mongoyii, directmongosuite, yiimongodbsuite. Which one do I use?
[07:50:06] <axprv> hi, is anyone in here willing to assist me in designing a basic schema in exchange for $50?
[08:07:16] <belak> What's the best way to dump a mongo database so it can be copied to another server?
[08:14:37] <kali> belak: mongodump. but you can also copy the db files if you can stop the source server
[08:14:45] <kali> belak: or do a filesystem snapshot
[08:47:40] <ns5> g.mongo_db.thread.find({'source_ids':source_id}, {'_id':1}) is this equivalent to g.mongo_db.thread.find({'source_ids':source_id})?
[09:54:53] <ns5> threads = db.thread.find({'source_ids':source_id}, {'_id':1}).skip(count).limit(10), this always find all the threads in db, it seems that skip() and limit() are not working, any idea?
[09:56:00] <ron> that's when you run the query how?
[11:45:06] <ppetermann> i've yet to find a problem where i need the aggregation framework, so far map/reduces allways seemed the better solution, but that might just be usecase related
[11:45:26] <Derick> ppetermann: M/R is always slower and can't use indexes. Be warned.
[11:45:41] <Derick> ppetermann: your goal should always be to use A/F first if you can
[11:45:42] <ppetermann> Derick: m/r i can do incrementally in the background
[11:53:19] <Derick> kas84: try to understand what it does though
[11:54:32] <kas84> yep, that's what I'm trying to do now :D
[13:03:16] <jalkstal> My mongorc.js file seems to be cached or something. If I remove it it will still be loaded and if I change its contents the changes are not seen.
[15:38:07] <MatToufoutu> I am having an issue with my mongo server, it is running and listening on the right port (netstat confirms), but I'm still unable to connect to it (be it using a library or the mongo client), getting a connection timeout
[15:40:01] <MatToufoutu> and I get no error in the logs
[15:41:31] <MatToufoutu> I remember having had a similar issue on another machine in the past, but can't remember how I solved it, so any help would be greatly appreciated :)
[15:43:44] <Joeskyyy> Are you trying to connect to it remotely? Or on the same machine the mongod is running on?
[17:25:30] <Kaim> how can I make chunk migration fast to the new shard?
[17:29:08] <Joeskyyy> Er…. I mean you can't really force it to move faster? The balancer is going to do its job in the most efficient manner it can
[17:39:05] <Kaim> Joeskyyy, yes but it take hours ^^
[18:57:09] <ghostbar> So, If I have an embedded doc, and want to update one of them based on the id. How do I do? db.collection.update({"_id": ObjectId}, {embeddoc: .. ??
[19:00:22] <locojay> hi my disk has a 95% io utilization but mem only 6% utilication. how can i dig why mongo is using that much io
[19:05:08] <jergason> also is there a way to monitor when new things get inserted in to the slow query log? I would love to create a dashboard of some kind to let me know how often we are running slow queries
[19:05:16] <cheeser> unless you work with perl. then it's just write write write
[19:05:35] <cheeser> jergason: mms can show you your slow queries
[20:16:07] <NaN> cheeser: done, now when I try to restart the service it says FAILED but if I go to the URL the server seems running
[20:16:25] <NaN> is it possible to have another mongod instances runing? how can I check it?
[20:17:11] <cheeser> try to stop your service. then run mongo.
[20:17:19] <cheeser> if you can connect still, you have another process running.
[20:18:32] <NaN> cheeser: yes I have another process running =/
[20:39:31] <locojay> any easy way to list unused indexes
[22:10:20] <spec__> hey all. I'm a research scientist at NVIDIA where I work on parallel algorithms. I'm getting interested in data mining or analytics as a research direction. Does anyone want to discuss the concerns that are at the frontier of data science right now, so we have some better idea what to investigate?
[22:11:56] <spec__> I'm looking at frequent itemset mining and classification algorithms specifically, but would like some input from NoSQL users