MongoDB setOnInsert
If an update operation with upsert: true results in an insert of a document, then $setOnInsert assigns the specified values to the fields in the document. If the update operation does not result in an insert, $setOnInsert does nothing….
Don’t miss Back to Basics Webinar 1: Introduction to NoSQL
Webinar – Back to Basics Webinar 1: Introduction to NoSQL Don’t miss Back to Basics Webinar 1: Introduction to NoSQL Hello, Don’t forget to register for the first webinar in our Back to Basics series. Join us a…
MongoDB Doesn’t Encrypt Audit Data ?!!
If you’re looking at MongoDB native auditing and though all your MongoDB environments enforce network encryption using SSL and signed certificates and wanted to know if the transmission of the audit data to a JSON/BSON file or the syslog…
How to determine MongoDB Enterprise/Free version that you’re connected to ?
To determine whether the MongoDB that you connected, Enterprise/Open source – below are many methods. 1) The easiest way is .. use “mongod –version ” Enterprise Edition, mentioned as “module : enterprise” where community edition as “none” See below, first…
MongoDB 2.6’s End of Life will be October 31st, 2016
A Notification from MongoDB Inc., on MongoDB 2.6’s EOL : MongoDB 2.6 was released in April, 2014 (24 months ago) and we are approaching the end of life of this major version. We are providing six (6) months notice that…
How to manage max connections in MongoDB ?
Would like to know – how to manage (max) connections in MongoDB ? 1) How to know how many configured ? 2) How to change ? 3) How to know how many connections are being used ? Answer :…
MongoDB Q&A
1. Define MongoDB. It is document oriented database which is used to high availability, easy scalability and high performance. It supports the dynamic schema design. 2. Explain replica set. It is a group of mongo instances that maintain same…
MongoDB 3.2 is out finally …
MongoDB Inc., excited to announce MongoDB 3.2, their latest and most significant release yet. With 3.2, they have increased the range of mission-critical use cases they serve, enabling you to standardise on a single database for your modern applications. To learn more about…
Backing-up the MongoDB’s sharded cluster
Considerations : 1) Stop the balancer before capturing a backup. If the balancer is active while you capture backups, the backup artifacts may be incomplete and/or have duplicate data, as chunks may migrate while recording backups. 2) Take a backup…