[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