Tool/Feature Documentation
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 minutesConnection Manager
Whether you are using MongoDB Atlas, MongoDB Community Server, or MongoDB Enterprise Server, the Connection Manager in Studio 3T makes it easy to connect to a standalone connection, replica set, sharded cluster, or DNS seedlist.
Posted on: 28/07/2020 (last updated: 02/06/2025) • Kirsty Burgess • 14 minutesAggregation Editor
Take a look at how to build aggregation queries stage-by-stage with the Aggregation Editor, starting with this example that uses $match, $group and $sort.
Posted on: 02/06/2020 (last updated: 27/02/2025) • Kirsty Burgess • 10 minutesMongoDB Password Encryption Using Cryptographic Key Store
Studio 3T offers a cryptographic key store to control access to credentials, ensuring that only authorized users have access to MongoDB connections with passwords. The cryptographic key store provides an extra layer of security by using a master password to encrypt stored keys and passwords. Only users with the master password can start and use […]
Posted on: 13/05/2020 (last updated: 21/01/2025) • Kirsty Burgess • 2 minutesUser Manager
Add, edit, and remove MongoDB users and grant roles in just a few clicks.
Posted on: 24/02/2020 (last updated: 30/05/2022) • Thomas Zahn • 3 minutesRole Manager
Create new roles, edit existing ones, and grant built-in and user-defined roles easily.
Posted on: 24/02/2020 (last updated: 30/05/2022) • Thomas Zahn • 4 minutesSQL Query
SQL Query makes it possible to write SQL expressions and joins to query MongoDB.
Posted on: 18/02/2020 (last updated: 13/02/2024) • Kirsty Burgess • 12 minutes