[00:54:50] <dandaman> so I've never really worked with a nosql database so my knowledge is a bit limited. I'm building a chat application; would mongodb be the best bet for a simple application or is there another avenue i should be looking into?
[00:55:44] <dandaman> it's for a startup so I'm looking into nosql since the db structure might change a lot
[01:00:25] <StephenLynx> yeah, it would work just fine
[01:04:45] <n3vtelen_> StephenLynx: could you help me?
[01:04:55] <n3vtelen_> StephenLynx: I really stuck at that
[21:36:29] <amitprakash> almost all of this time is indexing .. 3hrs per index :(
[21:36:57] <amitprakash> wt improves on this significantly, but querying is significantly slower on WT for COLLSCANS
[23:57:28] <PatOlsson> Hey, I'm trying to do an online minesweeper game, using the MEAN stack, and I'm stuck with how to structure the DB. I want a matrix of mine objects, like this:( http://pastebin.com/bEMTASZX ), and now I'm using subdocuments (see later part of previous pastebin). Unfortunately I cannot find the Mine object by id, is this because of how I added the Board to the DB? (http://pastebin.com/0RYfhHfR). Should I instead somehow add each