mongo无法利用多核?
📝
内容提要
太伤心了,本来以为mongo的速度很快呢。测试插入数据,结果当场被泼了冷水。 conn = pymongo.Connection('localhost', 27017) db = conn['perform'] coll = db['test'] testdata = [] def init_testdata(): for i in xrange(1000): s1 =...
➡️