Topic: Performance

How to speed up MongoDB queries with Studio 3T’s tools

Learn how to boost MongoDB performance with Studio 3T’s Performance Suite and find slow running queries and optimize indexes

Visual Explain | MongoDB Explain, Visualized

Visual Explain shows the stages MongoDB took to execute a query in a flowchart, so you don’t have to decipher the JSON-formatted MongoDB explain() output.

Want to Find Slow Queries? Check MongoDB Current Operations

Studio 3T replaces the currentOp command with a Current Operations feature, which you can access by right-clicking on any collection.

MongoDB, A Database with Porpoise – When You Have a Whale of a Performance Problem

Learn how to build aggregation queries that reduce the data in your collections to exactly just what you need.

MongoDB Indexes | A Complete Guide and Tutorial

Learn how to use indexes to speed up both simple and complex queries, which in turn will help you build and develop an effective indexing strategy.

How to Optimize MongoDB Queries Using find() & Indexes

Help optimize MongoDB queries with this advanced tutorial on how to use the find() method and indexes to spot slow queries.

How to Monitor Your MongoDB Server Status

Get a close, real-time look at your MongoDB server status with Studio 3T’s Server Status Charts.

How to Create a MongoDB Index

Learn how to create a MongoDB index and modify existing ones using Studio 3T’s Index Manager.

Find slow queries in MongoDB with Query Profiler

Learn about the Query Profiler and the MongoDB Database Profiler: how you can collect profiling data to investigate and optimize query performance in MongoDB.