问题:在使用insert_many
时出现了 pymongo.errors.BulkWriteError: batch op errors occurred
的错误。
思路:一般写入数据的时候首先想到是不是触发了unique
的字段。到MongoDB查找所在表的索引字段:db.tablename.getIndexes()
问题:在使用insert_many
时出现了 pymongo.errors.BulkWriteError: batch op errors occurred
的错误。
思路:一般写入数据的时候首先想到是不是触发了unique
的字段。到MongoDB查找所在表的索引字段:db.tablename.getIndexes()
本文标题:pymongo.errors.BulkWriteError: b
本文链接:https://www.haomeiwen.com/subject/nsivektx.html
网友评论