PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 15th of November, 2018

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[18:42:22] <NaN> hi there
[18:42:49] <NaN> what schema (mongoose) should I use in order to have a custom string as _id?
[18:45:51] <failproofshark> hello all. is there a way of retrieving a set of documents while keeping their type? For example when I try to retrieve a set of documents using collection.find().toArray() all numbers that were previously NumberLong('123123123123') is now simply 123123123123
[18:46:38] <failproofshark> i tried looking at retrieving the raw bson but it doesn's seem to be the correct approach
[21:40:52] <kempo> hi all. why doesnt pymongo 3.7.2 work with mongod 3.6.3 auth?
[21:41:04] <kempo> i always get a serverselectiontimeout error
[22:12:37] <macwinne_> is there any fixed limit to the array length for an $nin operator? I have a directory of 30k employees that gets synced to me every day. On day 2, I want to upsert all the employees, and then remove all old employees using $nin with the id's of the new employees.
[22:12:59] <macwinne_> is this going to cause a problem if the $nin has an array of ~30k ids?