Category: MongoDB

MongoDB more indexes on Secondaries

I’ve been wondering for a time if it works, the documentation is not really clear if you can have different indexes on a replicaset secondary, maybe delayed or with priority 0.Using this feature you can do reports better on a secondary (maybe delayed too) secondary server. … Read more »

MongoDB CRUD Operations

MongoDB is a NoSQL database and supports all the classic CRUD ( Create, Read, Update, Delete ) operations.To perform all this operations you have to select first a database and use the database pointer to select a collection ( collections are tables in the SQL … Read more »

MongoDB CheatSheet

MongoDB is one of the best NoSQL databases out there. NoSQL might seem odd at first glance and may be hard to pass from relational to non-relational databases but in time you begin to see the advantages.MongoDB probably isn’t the only solution for your application, … Read more »