by root | Mar 30, 2017 | Database, Development
Why do we need a Backup/ Recovery Strategy? Backup and Recovery Strategies are absolutely essential for the uninterrupted operation of any live business unit. The strategy must plan for recovery in every catastrophe such as: Device Failure: Loss of Machine or Disk...
by root | Mar 2, 2017 | Database, Development
For better understanding I have divided this post into two parts : – In the first part, I will try to explain Replica set and how it works. – Secondly, I will explain ways to manage storage space. MongoDB is an open-source document database (NoSQL) that...
by root | Feb 1, 2017 | Database, Development, Services
YES, it’s true!!! When we all are busy in a party of the new year, Science gifted us “a second” to live more in 2016. 2017 was started a little bit late than usual. And this is not the first time, this is 27th time when we shifted “our...
by root | Nov 5, 2016 | Database, Development
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...
by root | Oct 17, 2016 | Database, Development, Product
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...