[02:04:45] <idetik2> hello, very basic question here: if a document has a reference to another document (let's call it document2), and document2 is deleted, the reference seems to persist. is this by design? just want to know if i should be taking care of references myself or if mongo has some kind of built in reference monitor.
[02:10:11] <stefandxm> idetik2, are you asking if mongodb is a relational database?
[02:12:45] <idetik2> based on that answer, i'm going to assume i'll have to be taking care of references myself, thanks
[02:22:16] <stefandxm> idetik2, i hope you are right in that assumption ;-)
[10:05:11] <Ravenheart> can i ask a stupid question
[10:05:23] <Ravenheart> say you give a new user the role userAdmin
[10:05:32] <Ravenheart> why can't he list/edit users in the db
[10:31:13] <rspijker_> richthegeek: not without javascript, and iirc you can;t use javascript in AFW
[13:01:53] <joannac> Ravenheart: they should be able to
[15:21:35] <scristian> hi all, I have a replicaSet from 4 members (1 pri, 1sec, 1 arb and 1 hidden non voting); the non voting hidden member I want to remain the only primary; how is the fastest way to make non voting member the primary and remove the arbitrer ? thank you
[15:23:06] <kali> scristian: you want the hidden to become visible and preferred primary ?
[16:22:17] <bakhtiya> Any suggestions for instance-types on Amazon EC2 to run a sharded mongo cluster such that wasted resources are limited? Running a ~200GB mongo cluster now through 2 shards (both replicasets) on 2x (shards) 3x (per-replicaset) of r3.4xlarges but I'm wasting 8 out of the 16 cores on each machine (as mongo for some reason doesn't take advantage of the other cores)
[16:45:53] <vladuemilian> how can I store in MongoDB a dictionary which contain a unhashed list
[16:46:01] <vladuemilian> I want to let python to create hashes for the list
[17:53:37] <ryanstout> quick question, how do I match on a field (userId for example), then sum another field? I googled and googled and can’t find how to do it
[17:58:06] <shaggy_surfer> Hi there, can anyone tell me what the difference between mongo-10gen and mongo-org is? I have inherited existing amazon ami distro w/ mongo-10gen and it's on 2.4 and they want to go to 2.6, but it doesn't appear that 2.6 exists under mongo-10gen
[17:58:24] <shaggy_surfer> How can I upgrade to mongo-org from mongo-10gen
[21:11:52] <ernetas> We're having a major MongoDB crash atm.
[21:12:41] <ernetas> One shard node has been restarted and since then, mongos is getting Socket exceptions when connecting to it. Although I can connect to it from the mongos server.
[21:12:59] <ernetas> And the shard node cannot connect to config servers.