INDIA +91 964 309 2571 | USA +1669 327 4700 info@navyuginfo.com

To embed or not to embed – Mongodb

MongoDB is a schema-less, Not only SQL database system. A schema-less design allows for rapid prototyping. Often it pushes you into some dilemmas, most common of them – “To embed … or not to embed”. After searching on sites like StackOverflow, Reddit, Quora you...

Incremental backup for MongoDB

I am adding the complete process on how to use oplogs as an incremental backup for MongoDB. Although it is a little hacky way as there is no direct solution to this issue (like we have bin logs in PostgreSQL). Oplogs vs Journal Journals are low-level logs that are...