Tagged Questions

0
votes
1answer
40 views

PyMongo and toArray() method

I need to make some benchmarks on a small database (64MB) and I need to figure out what is the smartest way to fetch whole Mongo collection into python object with PyMongo? In JavaScript, there is ...