[16:34:24] <OSInet> Hello, I've just build the mongo php driver from master and noticed several of the unit tests (.phpt, not phpunit) don't pass. Are they just being ignored since phpunit tests exist, or should they still be passing nevertheless ?
[16:54:09] <wiherek> I am in the process of choosing a DB for a node.js app
[16:54:30] <wiherek> and considering mongoDB and voltDB as alternatives
[16:55:09] <wiherek> the app will need to list products from the database, based on filter criteria
[16:55:38] <wiherek> there will be quite a lot of those criteria and lot of stress on them
[16:56:03] <wiherek> and I wonder whether a non-relative DB like mongo is the right choice for such an usecase
[16:56:46] <wiherek> there will also be a lot of interconnections between different tables/collections
[16:58:14] <wiherek> so, yeah :) thats the question - would you recommend using mongo against relative dbs for a database where the objects will need to be heavily indexed
[21:04:01] <tomlikestorock> what is the best way to do a many to many relationship between items and categories, where categories is a parent/child relationship model?
[21:05:13] <tomlikestorock> store category ids in the items, and then mapreduce to get items by category?
[21:05:39] <tomlikestorock> or would the new aggregation framework help here?
[22:01:28] <FerchoDB> is someone familiar with Linq using the C# driver?
[22:10:54] <FerchoDB> I'm trying to get this linq query to work with MongoDB. I know how to do the query on MOngodb shell, but I can't find the equivalent linq that is accepted by the C# driver
[22:11:00] <FerchoDB> here's the query http://pastebin.com/Phf3zBRe