PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 3rd of June, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[06:24:52] <kkoomen> Hi. I created a user schema where I have an email and mobile field. The mobile field should be unique but still allow null values and should only compare uniqueness with strings. Here's my debug info: https://jinb.in/b6fa81
[06:25:06] <kkoomen> What am I doing wrong?
[14:45:17] <diverdude> Hi, have a collection with attributes: 1 integer, and 3 tex. How fast is it to create 20.000 rows in such a collection?
[23:15:50] <xjsx> d
[23:16:50] <xjsx> with an await db.collection('test').update({_id}, {$set: {hello: true}}), if the collection does not exist this does not create it. Why?