Articles on mongodb 2.6
Optimizing MongoDB Queries with Elasticsearch
There is a school of thought that says one database should be able to cover all your database needs. Tsk. When we hear the qu…

Full Text Search with MongoDB & Node.js
Today we are going to look at a full text search in MongoDB and how you can use it from Node.js. Before we go any further, yo…

MongoDB & Indexing: Best Practices Redux
Back in May last year, we talked about a set of best practices for indexing and MongoDB, focusing on performance. Since then…

Aggregation in MongoDB 2.6: Things Worth Knowing
TL;DR: The powerful aggregation framework in MongoDB is even more powerful in MongoDB 2.6 The MongoDB 2.6 release improved ag…

MongoDB 2.6 Shell & Tools: Things Worth Knowing
Earlier this year, as part of a series on the Mongo Shell, we introduced readers to the .mongorc.js file. This file, which li…

MongoDB 2.6 Indexing Improvements: Things worth knowing
TL;DR: Background indexing now works with replica set secondaries. MongoDB has, over recent versions, improved its ability to…

Feature Highlight: maxTimeMS in MongoDB 2.6
It's probably happened to you before -- you have an idea in your head and you want to run an operation against your database…
Better Bulking for MongoDB 2.6 & Beyond
TL;DR: Be careful using the new Bulk API There are two new features in MongoDB 2.6 that offer potentially huge performance im…

Elastic Deployments, Now with MongoDB 2.6
We're excited to announce today support for MongoDB 2.6. MongoDB 2.6 is one of the largest releases MongoDB, Inc. has ever is…
MongoDB 2.6 Development Branch Available (Free)
In our weekend hacking project, we experimented with MongoDB 2.5.2 new features. We figured other members of the MongoDB comm…