빠른 수정은 곧 사용할 수 없게 될 메서드를 권장되는 대체 메서드로 바꿉니다.
예:
db.my_collection.insert()
빠른 수정 적용 후:
db.my_collection.insertOne()