PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 6th of November, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[10:09:32] <Derick> moin moin
[13:51:52] <RxMcDonald> Hello, anyone knows if the number of fields in a document will impact query performance in collections with indexes? i.e. a document that's {a : 1} vs {a: 1, b: 2} and querying with a field indexed
[13:52:33] <RxMcDonald> Because I'm thinking about having a separate collection with a single field just for checking for duplicates instead of using the same collection
[13:53:07] <RxMcDonald> But I wonder if there's any real performance benefit from that
[14:34:46] <edcragg> hi, is anyone familiar with mongoui, and where to put its configuration file?
[14:35:14] <edcragg> doesn't appear to be documented on the github page
[15:40:56] <Derick> I've not heard of it
[15:41:51] <Derick> edcragg: https://webapplog.com/mongoui/ ?
[15:42:13] <Derick> I think it hints at putting it in the same path
[15:52:14] <edcragg> that much is clear, yes
[15:52:23] <edcragg> but what about if it's installed by npm?
[15:53:02] <edcragg> that is the one, yes
[15:53:10] <Derick> I think it still holds true, but you might need to ask the author, or use strace to find out which files it tries to open
[15:53:21] <edcragg> :)
[15:54:11] <edcragg> thanks :)