[10:13:07] <dusted> anyones got an opinion on doing unordered bulk find().delete() vs collection.deleteMany() where I add a find(id).delete() to the bulk operation for every id, and deleteMany takes a filter that's just a { id: { $in: listOfIds } } filter?
[16:15:09] <j_marvin> Hi - new to Mongdb and attempting to model relationships between individuals and the events they may participate in (many:many). Is an intermediary document (e.g. 'involvement') necessary / advisable in this case?
[22:11:14] <kenperkins> should a mongo 3.4.23 be able to connect to mongo 4.2.6?