I am learning the replica set function of mongodb and when i read this article: replica set oplog
it said:
Each operation in the oplog is idempotent. That is, oplog operations produce the same results whether applied once or multiple times to the target dataset.
What does it mean? An insert or delete operation surely produce different result applying once than twice.
So maybe i am wrong or somebody explain it? Thanks!