[07:50:02] <jkli> i want to know if anybody has started using mongodb on a project that would otherwise have not worked / not be performant enough if used with mysql?
[14:32:24] <obiwahn> could i get the name somehow into the resulting list without the push?
[14:33:29] <obiwahn> i have tried something like {_id : {i:"$_id", n:"$name"} }
[17:07:31] <karan> Hi guys, I want to know about mongodb replica-set election. Most documents said we need ODD number of DB nodes for replication. I have 3 nodes A(primary),B,C. If 'A' goes down election happen between 'B' and 'C'. What'll happen If 'B' vote for itself and 'C' vote for itself ? Please help me to understand this.
[17:08:07] <karan> Who will be the primary now 'B' or 'C' ?
[21:07:09] <obiwahn> Is it possible to group by multiple items?
[22:08:56] <obiwahn> http://paste.debian.net/109545/ -- is there a more compact/better way? to delete the homework with the lowest score?