-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
Replication
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We don't need to generate and write oplog entries in OpObserver on secondaries since the secondaries already copied them form the sync source. The check is at a low level right before writing the oplog entry to the disk. We can skip constructing oplog entries earlier for better performance.