[13:34:12] <Zelest> Derick, I was gonna ask you what the "connect" option in the Mongo PHP driver does? "If the constructor should connect before returning" .. what does that mean?
[14:14:28] <Derick> Zelest: if you set connect => false, the driver will only start connecting when you run the first query
[15:32:26] <ElGoorf> Derick, i'm making a youtube annotations app, where the annotations are actually.. useful
[15:33:07] <ElGoorf> eg you film a train tour around europe, you can have a map next to the video with a marker that's synced tot he video's time showing where you are
[15:33:13] <ElGoorf> and clicking on the map takes you to that part of the video
[15:34:00] <Gargoyle> Derick: Was that debug info useful?
[15:34:18] <ElGoorf> or if you film yourself cycling, you can import sports tracker data and realtime counters show speed, altitude.. position on map etc
[15:39:30] <ElGoorf> so ya, mongodb to store keyframes
[15:46:48] <Derick> Gargoyle: i've been traveling so not had time yet. Hannes did have a quick look at it
[15:48:47] <Gargoyle> Derick: OK. I'll be around most of the weekend, so ping if there's any more info I can dig up that would help.
[15:51:23] <doubletap> i have a collection that looks like {'someUsersObjectIDString':{type:'cool'}} I think i may have screwed myself on indexing by creating it this way because i want to index on '*.type'. Am I correct?
[15:53:05] <Derick> Gargoyle: I won't be - I need some sleep :-)
[15:53:18] <Derick> we'll get back to it next week
[15:53:52] <Gargoyle> Have a nice relaxing weekend! I'm just doing my homework for M101 & M102 :-)
[15:54:31] <doubletap> is it possible to create an index on something like *.type ?
[15:55:07] <Gargoyle> doubletap: I don't think so.
[15:55:23] <doubletap> Gargoyle: I don't either :(
[15:55:39] <doubletap> I thought i was so slick building this collection like this.
[15:55:53] <Gargoyle> doubletap: Just switch your doc around to move the id.
[15:56:40] <doubletap> Gargoyle: well, considering the codebase living on the collection, it will be weeks of work for me.
[15:57:18] <doubletap> move fast and break shit really does break shit.
[17:35:54] <Derick> it's all on github: http://github.com/mongodb/mongo
[17:36:17] <findme> awesome anyone offering training on the internals paid or otherwise?
[17:36:38] <findme> i am attending the free DBA training
[17:36:56] <findme> but over the years i have learnt that it is best to pay for the training and be at the top.
[17:37:24] <Derick> 10gen offers support and training: http://www.10gen.com/training and http://www.10gen.com/consulting
[17:44:42] <Zelest> Derick, finally setup my tiny template-engine system where the templates are stored in the DB with GridFS.. and nginx with php-fpm as frontend.. MVC-based where the views/layouts are located in the database..
[17:44:56] <Zelest> Derick, manage to pull over 1500 reqs/sec :-D
[22:08:00] <doubletap> The National Weather Service has suggested that application owners begin migrating out of AWS US-East-1 in preparation for Hurricane Sandy
[22:09:05] <Zelest> I don't use AWS so.. no worries for me :D
[22:09:27] <doubletap> sometimes we use AWS and we dont even know it.
[22:39:49] <EuroNerd> I've got a mongo-node.js question: Can I open a number of collections upfront and assign to global vars and access them later, as need arises?
[23:49:12] <newbie22> *: I read this in the O'Reilly - Mongodb - The Definite Guide ----------- "Documents larger than 4MB (when converted to BSON) cannot be
[23:49:12] <newbie22> saved to the database." Is this still true ???