0 votes
in MongoDB by
What is oplog(operational log)?

1 Answer

0 votes
by
An operational log (oplog) is a special kind of limited collection that stores a rolling record of all the operations which change the data we store in our databases. Primarily, it applies all the database operations over the primary and, after that, records these operations on the oplog of the primary. After that, the secondary members replicate and apply the operations in the asynchronous process.

Related questions

+1 vote
asked Nov 21, 2021 in MongoDB by DavidAnderson
+1 vote
asked May 31, 2019 in NoSQL by aaravkhandelwal.2018
...