problem description pymongo cannot connect to the mongo cluster, even locally is fine. everything is fine on the command line. the environmental background of the problems and what methods you have tried Local mongo has no authentication, but the...
there are 200000 data in the data, and each data has a typical list of words of 5000 length [{aVl1}, {bju 2},.], and typical dictionaries of 5000 length {{aRom 1}, {bjr 2},.}, use pyMongo to find100 data, the traversal of cursor is particularly slow, is...