Skip to content

A quick way to find out which queries need indexes for Mongo.

Notifications You must be signed in to change notification settings

queso/mongo-explainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mongo Explainer

Mongo Explainer is a simple Meteor package that runs in development mode to watch all your mongo queries. It strips them down to parts to ensure we only track single queries no matter the ids, etc. We then run an explain on the query and save it all to a mongo collection for you to browse though.

Why build Mongo Explainer?

Kadira is going away and I needed a quick way to find out which queries are slow and which ones aren't.

Installing Mongo Explainer

meteor add joshowens:mongo-explainer

About

A quick way to find out which queries need indexes for Mongo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published