[01:25:39] <darshan> sorry for the above message. Please refer to the structure mentioned in the following link:http://pastebin.com/QFmJ1xbp
[01:26:46] <darshan> How do I access the array elements as DBObjects. I keep getting typecast exceptions. Tried using DBList, but couldn't find enough reference to find the usage.
[02:07:07] <rekibnikufesin> darshan: sounds like you need to cast the reviews as a DBList:
[06:30:37] <bigmeow> how to delete database when using mongodb?
[06:30:44] <synchrone> oh, seems like an active-visitor-peak around here
[06:30:57] <azbyin> for example, if i do new Date().getTime() in js and store that, is there a change it can eventually overflow?
[06:35:04] <synchrone> In a .NET application, what happens if I try to read from MongoGridFSStream AFTER IDisposable RequestStartResult object was disposed ?
[06:38:17] <synchrone> after reading sources, it started to seem that it would only read up until current Chunk contents, and fail when another one should be loaded, because ServerInstance would already ReleaseConnection
[10:57:33] <bartzy> The cursor timeout - is it only for waiting for the DB to reply - or also for the client to ask for more ?
[10:58:23] <bartzy> i.e. is it the time between getMore calls that the client makes (maybe the client is sleeping for a while between them, or processing a lot of stuff), or only the time between issuing the getMore call and receiving data from server?
[11:31:43] <arvraepe> Can someone tell my how I can count the occurences of a properties value in MongoDB ? e.g. I have documents designed with the "item" property ( {"item": "value"} ) how can I find the value that is stored the most in the collection?
[11:34:19] <ron> I believe you'd need map/reduce for that.
[11:34:29] <ron> or use an external indexing engine.
[11:38:31] <arvraepe> ron, I googled a bit more and map reduce is the answer. It's just that I'm really new to this nosql thingy. Trying to find out some things... Don't get the MapReduce things ...yet... are there any really small and easy examples? tutorials?
[11:59:30] <synchrone_> In a .NET application, what happens if I try to read from MongoGridFSStream AFTER IDisposable RequestStartResult object was disposed ?
[12:39:35] <arvraepe> In an example I'm trying, I'm counting the records by a property called lines. When I use this map = { emit(this.item, this.lines); } with the reduce(key, values) = ( if (values instanceof Array) { return values.length; } else { return 1; } ), I'm getting the right output when an item is multiple times in the DB but when it only occurs once in the collection it just prints the value of the lines property..
[12:47:39] <arvraepe> when is the reduce function execute?
[12:55:28] <ron> the reduce is executed after the map function is done.
[12:56:26] <arvraepe> yeah! but it all makes sense now
[12:56:45] <arvraepe> if after the map the same key only occurs once... then there will be no reduce for that key
[13:46:05] <Lujeni> Hi - what's the best way to extract data on MMS agent to make a score card for example ? Thx
[13:50:28] <joshua> I've got the mongo training this week but I think I have taught myself most of it already.
[17:29:25] <joshSzep> Does anyone know of a good tech talk/presentation covering basics of mongodb database design for social applications (or in general?) - I'm new to database design and I'm trying to get up to speed
[17:36:11] <wereHamster> joshSzep: yep, google 'mongodb schema design
[17:36:41] <joshSzep> wereHamster: https://www.youtube.com/watch?v=PIWVFUtBV1Q this one?
[17:39:32] <wereHamster> add 'site:mongodb.org' to your search query