Optimize your Mongo DB with queryPlanner (works great with Meteor 1.4+)

I made a video showing how to use queryPlanner with Meteor. Now that 1.4 ships with Mongo 3.2 by default, you can easily use the queryPlanner too!

9 Likes

Super useful video covering how to do query performance analysis in mongo and the benefits of indexes (single and multi-key) for fetches and sorts.

I especially found useful the exposure to the query planner, execution stats, kadira, and ability to grab the raw collection in Meteor.

Iā€™m looking forward to the article on indexes in Meteor! :grinning:

Thanks @joshowens for all the great content.

Sure, thanks for watching and leaving a comment here :slight_smile: