PyMongo 和 toArray() 方法
我需要在一个小型数据库(64MB)上进行一些基准测试,并且我需要找出使用 PyMongo 将整个 Mongo 集合提取到 python 对象中的最聪明的方法是什么?在 JavaScript 中,有 toArray() 方法,但我在 python 中找不到类似的方法。提前致谢!
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 toArray() method but I cannot find anything similar in python. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你尝试过吗?
Have you tried?