PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 27th of March, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[03:45:47] <Jonno_FTW> nbettenh: have you looked at the explain?
[03:46:08] <Jonno_FTW> also have you tried simply running multiple queries and comparing execution times?
[14:14:19] <kerrang> Trying to use mongodb in node.js but I'm constantly getting a cyclic dependency error from the client (specifically from the bson module)
[14:14:39] <kerrang> I got no clue what to do for a fix, and haven't found a clear answer through searches
[15:24:22] <kerrang> Found my issue, turns out the data I was trying to work off of was an object type rather than a primitive I was expecting; hooray user error
[17:25:06] <wfq> hi all
[17:25:20] <wfq> am getting this error and have no clue why: pymongo.errors.OperationFailure: command dropDatabase requires authentication.
[17:25:43] <wfq> mongo server has been initiated with --auth
[17:28:47] <wfq> however when I type mongo in the shell still let me in
[17:28:50] <wfq> without password
[17:30:03] <wfq> the server is run like that: mongod --auth --dbpath data/db &
[17:31:14] <wfq> should mongo let me in or not?
[17:31:21] <wfq> without user credentials
[17:44:57] <wfq> no a single clue what the heck is going on
[18:12:52] <superguest> Is embedded document synonymous to sub-document?
[19:07:56] <CerebralPimp> Any advice for turning a very large (1.6m records) csv data dump into a collection in MongoDB?
[20:33:22] <patientplatypus> hi
[20:33:23] <patientplatypus> https://gist.github.com/patientplatypus/1dd4a5b7eece200924487f1613afb539
[20:33:29] <patientplatypus> ^^^ whats going wrong here?
[20:37:09] <patientplatypus> made a stackoverflow: https://stackoverflow.com/questions/55386030/mongodb-cant-query-subdocument-by-id-returns-null
[21:02:46] <patientplatypus> update my so post: https://stackoverflow.com/questions/55386030/mongodb-cant-query-subdocument-by-id-returns-null/55386366#55386366