[11:28:37] <synchrone> I was wondering, what happens if I get an instance of MongoGridFSStream and try to use it AFTER IDisposable which I get in using(MongoServer.RequestStart()) was disposed in my .net application ?
[11:29:08] <ron> yeah, today is probably the best day in the year to ask technical questions in the channel.
[11:30:14] <synchrone> i hope not many of the devs here are religious and\or living in countries where it's a day off today
[11:30:41] <synchrone> cause we're working up including saturday 29th
[11:47:33] <ron> well, I still wouldn't expect abundance of support here at the moment.
[11:54:38] <salty-horse> hey. I'm in a sharded environment with no replication. I do an insert() with safe=True, and after that's done, from a different thread/process, I do a find() -- I don't see the document I inserted. is this normal behavior? Anything I can do to avoid it, and get up-to-date data?
[11:58:40] <ron> salty-horse: dude, ze christmas ken? mi ata rotze she'ya'ane?
[18:32:09] <Zelest> is it possible to have a unique index with multiple colums where one of them is a subdocument?
[18:32:26] <Zelest> E.g, in a gridfs collection, have one on "metadata.siteid" and "filename"
[18:53:59] <salentinux> Hi guys, to make simple subqueries I use to save result of middle queries in an array using map function. I would like to know if there are limits with this approach?
[21:47:02] <Zelest> If I use findOne in GridFS using the PHP-driver, will the query actually fetch the file or just the meta-data? Am I right to assume that the content of the file is only read upon $file->getBytes() ?