PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Monday the 12th of November, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[07:44:03] <rebab> I have a data -> ârc... how do I find it without ^? I mean I wan't to write arc and get ârc.
[12:57:25] <chris_99> Hi, i'm a little confused, how do you sort prior to using find, it seems orderby is deprecated now?
[14:04:37] <Derick> hmm?
[14:05:08] <Derick> if a find is using an index to search for a field/value, then the index is already pre-sorted?
[14:06:33] <chris_99> sorry i think i misunderstood what i wanted, sorting afterward does seem to do what i want
[17:29:22] <RxMcDonald> Hello, anyone knows how to kill a running query in mongos? There seems to be a lot more stuff going on than in MongoDB and can't really tell which one is the query when doing db.currentOp()
[19:14:07] <allomorphy> ?msg
[19:14:34] <allomorphy> ?
[19:14:45] <Derick> allomorphy: sorry?
[19:17:26] <allomorphy> <blush> ... <sorry> Has anyone succesfully connected with the compass client. I am using the osx version as I cannot find a linux version for my architecture. The complaint to a large variety of possible strings in the hostname firld is usually: "
[19:17:29] <allomorphy> URI does not have hostname, domain name and tld"
[19:18:06] <allomorphy> firid-field
[19:18:37] <Derick> can you give an example for the hostname field?
[19:18:45] <allomorphy> For example I try this: "mongodb+srv://dxdatacluster0-foobar.mongodb.net"
[19:20:09] <allomorphy> When I try this: user:pass@dx... then it complains "Username containing an unescaped at-sign"
[19:20:16] <Derick> allomorphy: I think it wants it without schema
[19:20:24] <Derick> so, use "dxdatacluster0-foobar.mongodb.net"
[19:20:37] <Derick> then switch the SRV Record button
[19:20:48] <Derick> put auth to Username / Password
[19:20:53] <Derick> and add the username and password
[19:21:04] <allomorphy> Yes, I googled that as well and tried this permuation and versions of it ... it really is weird, I have tried som many things. I can connect fine from mngo shell ...
[19:21:33] <allomorphy> Yesh, thanks did all that too!!!
[19:21:40] <Derick> allomorphy: I do get your error when I put the string you gave into the Hostname field, but not otherwise
[19:22:18] <allomorphy> I will follow your instrucitons (again) let me soo ... will cycle back to you with outcome ...
[19:24:20] <allomorphy> OMG!! It worked - thanks for the handholding :-)
[19:25:02] <allomorphy> Thanks a lot Derick!!
[19:28:21] <Derick> no probs!
[19:39:11] <allomorphy> Well he is quite good in his railway series, better than he was as a politician ... I love London BTW, used to live there ...
[19:40:09] <Derick> allomorphy: I've not tried Charts myself yet. I assume it will improve over time.
[21:43:38] <dariken> hmm.. Discord is down AGAIN and I know they use MongoDB. any ultra-pro who could give insight what in Mongo could cause this?
[21:44:16] <dariken> obviously not the only possible reason why they are down but I got curious
[23:36:16] <NaN> hi there
[23:37:35] <NaN> if I need to "join" 3 collections, is aggregation the solution I need? Or what other solutions does mongodb offers?