Performance
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.
Posted on: 14/09/2020 (last updated: 29/05/2024) • Kirsty Burgess • 6 minutesWant 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.
Posted on: 11/08/2020 (last updated: 13/12/2023) • Kathryn Vargas • 3 minutesMongoDB, 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.
Posted on: 25/06/2020 (last updated: 04/08/2021) • Phil Factor • 11 minutesMongoDB 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.
Posted on: 08/06/2020 (last updated: 12/02/2024) • Phil Factor • 20 minutesHow 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.
Posted on: 17/02/2020 (last updated: 13/12/2023) • Phil Factor • 11 minutesHow to Monitor Your MongoDB Server Status
Get a close, real-time look at your MongoDB server status with Studio 3T’s Server Status Charts.
Posted on: 19/07/2018 (last updated: 10/06/2024) • Graham Thomson • 3 minutesHow to Create a MongoDB Index
Learn how to create a MongoDB index and modify existing ones using Studio 3T’s Index Manager.
Posted on: 13/07/2018 (last updated: 13/05/2024) • Thomas Zahn • 5 minutesFind 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.
Posted on: 19/06/2018 (last updated: 17/01/2024) • Kirsty Burgess • 16 minutes