[10:53:12] <sigurding> is there any option with the Java Driver to cast the results() of an aggregation() to an object?
[11:46:41] <pierre-b> Hi guys, having critical issue while inserting massive docs in nodejs: E11000 duplicate key error index, but my IDs are unique (millisecond timestamps)
[11:49:47] <SirPereira> Is there any possibility having Django 1.5.1 to work with MongoDB?
[11:59:44] <spuz> hello, does mongo do some sort of buffering of writes because I am getting some strange timings when doing lots of writes in a loop
[12:06:03] <spuz> Here's the pseudocode for what I am doing: https://gist.github.com/anonymous/55453cf76534ffb9ee29
[12:06:17] <spuz> can anyone explain why I might get that behaviour?
[13:20:23] <michael_____> is there any benefit to store my collections in different database(names) (not sharding, just multiple names)
[13:29:32] <spuz> Can anyone explain why some writes are fast and some very slow in this pseudocode example? https://gist.github.com/anonymous/55453cf76534ffb9ee29
[13:59:09] <kali> spuz: many reasons... if i get you, the first insert is slow, the following are fast, right ?
[14:06:24] <spuz> kali: strange, I have done many 1000 writes but only two of them appear in the log
[16:11:08] <ccmonster> anyone know why pymongo would spill back an error refferring to localhost when I'm clearly trying to connect to a remote instance?
[16:17:16] <astro73|roam> ok, note to self: MongoKit is retarded. Never use it for anything more sophisticated than a single-level document
[18:27:08] <Honeyman> Hello. Can anybody suggest me any large enough benchmark of MongoDB/GridFS performance? For some reason, I couldn't find them, even for 10gen-provisioned AWS images...