[15:23:51] <dddh> probaby a story about postgresql mongodb fdw ( foreign data wrapper aka dblink )
[17:08:05] <Trudko> hi guys, getting into mongo and I just learned about projections in find method. First thing which strike me is that _id is returned by default but you can set project to false. This is only time when you can mix true and false values in projections.
[17:09:04] <Trudko> Seems like little bit confusing exception, although not big of a deal , wouldn't it be better if you have to explicitly ask for id instead of having this exception?
[17:13:50] <Rashad_> And nothing is inserted to the db.
[17:47:47] <amcsi_work> is there a good MongoDB gui client that let's you navigate references?
[18:53:48] <troypayne> so i’m trying to upgrade my mongo, and i keep getting the following error: mongodb-org : Depends: mongodb-org-shell but it is not going to be installed
[18:54:13] <troypayne> i’m on ubuntu and it’s my production server, any help would be appreciated as it is an active fire. (I didn’t have this problem on my staging machine for whatever reason)
[21:45:30] <Ragnar> I just imported an example data set with roughly 23000 records and analyzed a simple query which returned around 2k documents both with and without an index. With the index it took 5 ms, without the index it took 16 ms. Is it common to see this much performance gain?