As in here:
{
"ts" : Timestamp(1374832131, 1),
"h" : NumberLong("-1336944105039123379"),
"v" : 2,
"op" : "i",
"ns" : "users.users",
"o" : {
"_id" : ObjectId("51f24603d98de3716b1db672")
}
}
Thanks
The oplog (operations log) is a special capped collection that keeps a rolling record of all operations that modify the data stored in your databases.
local.oplog.rs is the capped collection that holds the oplog. You set its size at creation using the oplogSizeMB setting. To resize the oplog after replica set initiation, use the Change the Size of the Oplog procedure. For additional information, see the Oplog Size section.
Replication Oplog Window is (X) occurs if the approximate amount of time available in the primary replication oplog meets or goes below the specified threshold. This refers to the amount of time that the primary can continue logging given the current rate at which oplog data is generated.
It means the application server will be notified real-time of any changes happening in the entire database.
Reference: Replication Internals
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With