[01:24:09] <kevBook> Does anyone have experience w/ mongodb Aggregation?
[01:35:48] <preinhei_> Derick: I don't suppose you're awake?
[01:44:15] <preinhei_> I'm having trouble with the newest beta PHP driver. I'm trying to tell it that it's okay to read from a slave, but it refuses and errors out: http://pastie.org/private/qv1jh9rorqp0x88zrylza
[01:55:00] <preinhei_> Poking further, explicitly setting setSlaveOkay to true, or setting a read preference seems to error out. If I leave them blank it's willing to read from the master and not error out
[01:58:14] <preinhei_> Presumably it's that issue, I'd like to vote for another release of the driver with that fix :)
[02:35:42] <earlz> Any ideas why my journal files for a relatively small database are huge? I probably have a couple megs of actual data in my database, yet it's using up 3.7G.. Also, I've tried repairing and smallfiles
[02:39:28] <earlz> To put the amount of actual data I have in perspective, gzipping the database directory compresses it down to just 3.8M
[04:11:14] <thenley> Hi, new to mongodb, reading the docs and attempting to update an existing document but get the following error uncaught exception: can't save a DBQuery object... heres what im doing
[04:12:43] <thenley> and thats where the error is thrown, any ideas?
[04:25:36] <thenley> ok, got it working, seems to work only when getting the object using findOne, if I use find to get the object it causes the error =/
[04:34:55] <glaksmono> I'm wondering on how does the query against Mongodb is directed to?
[04:35:14] <glaksmono> i.e. how does Mongodb know which shard to access to?
[05:42:04] <Determinist> hey guys. I have a document that contains two arrays. i'd like to move an item from array 1 to array 2. is there a way to do that in one command instead of having to read the document into my app, modify and update?
[09:05:19] <ron> ElGoorf: what time is it... where?
[20:30:10] <mrpro> also, sometimes i see query contents in log, and the time it took. does itlog that out when query was too slow?
[21:23:02] <jtomasrl> why does my node server dont accept ajax data with this format: data: { song: id, date: +new Date(), user: "test", help: false, partners: [], likes: 0 }