pymongo.errors.BulkWriteError: batch op errors occurred

问题:在使用insert_many时出现了 pymongo.errors.BulkWriteError: batch op errors occurred的错误。
思路:一般写入数据的时候首先想到是不是触发了unique的字段。到MongoDB查找所在表的索引字段:db.tablename.getIndexes()

你可能感兴趣的:(pymongo.errors.BulkWriteError: batch op errors occurred)