빠른 수정에서는 지원 중지된 메서드를 권장 대체 메서드로 바꿉니다.
예:
db.my_collection.insert()
빠른 수정을 적용한 후:
db.my_collection.insertOne()