MongoDB

Understanding MongoDB Oplog

Deep dive into MongoDB operation log

Atharva Inamdar
4 min readFeb 4, 2019

--

MongoDB, similar to other databases operates using a transaction log internally. In MongoDB’s case, it is called oplog. I have been looking into the oplog to understand the operations a bit more so as to process them for data ingestion. This post documents my learnings.

--

--