PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 3rd of September, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[08:53:52] <Anticom> Hi folks. Got a question regarding mongodump: https://stackoverflow.com/questions/63720138/mongodump-archive-vs-gzip
[13:44:31] <Siecje> If I can connect with mongo admin --host "rd-mix-mongodb" --authenticationDatabase admin -u root -p $MONGODB_ROOT_PASSWORD
[13:44:31] <Siecje> What should I set the URI (mongodb://...) to?
[14:48:28] <neuro_sys> Can anyone solve this problem? https://gist.github.com/neuro-sys/3c32d873faf3f50d5b9912591ff3023f
[14:48:41] <neuro_sys> (I made the question btw)
[19:25:11] <geosmile> how do i search a json/document for a substring search? Can i speed that up in anyway?
[21:10:49] <bluezone> ario: I'm not sure about the effeciency for the $polygon but if the polygon is too big and you see a performance drop, you can store an approximation of it using an algorithm available as a javascript library (i'll have to look for it though)
[21:11:10] <bluezone> it basically approximates the same shape with fewer points