PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 10th of June, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[11:22:58] <azzs> What are some things that mongoengine can do that pymongo cannot?
[11:24:25] <OnceMe> how do I model comments on a article in nosql, but with option so I can list all comments by particular user as well? and how to handle if user removes his account?
[13:33:09] <azzs> Anyone uses python on mongodb? What are some things that MongoEngine can do conveniently that PyMongo cannot?
[13:39:32] <cgi> this is what i need help on - too slow - for header in MyDocument.objects(deleted=False)...
[13:39:41] <cgi> azzs, I dont know why, but we picked mongoengine
[13:40:22] <azzs> cgi: which were the choices you evaluated?
[13:44:39] <cgi> pymongo and mongoengine - someone in the company - not me
[14:03:14] <cgi> anyone here? I can use some help on find.all?
[14:09:44] <cgi> for post in BlogPost.objects:- i could use some help on this line
[15:37:45] <cgi> anyone here can help me optimize a query like this -- for post in BlogPost.objects ?