ExploreData
Explain Plan (execution plan) is used to explain the execution method and optimization strategy of query statements. By analyzing the execution plan, administrators can understand the execution of the query, discover potential performance bottlenecks, and optimize it. You can optimize query statements, create appropriate indexes, or adjust the storage structure of the collection based on the execution plan to improve query efficiency and overall performance.
-
Select Cluster Name
-
Select a database and click on it to enter the database.
-
Select a collection and click on it to enter the collection.
-
Fill in the statement to be executed in the FILTER, and then click the Find button
-
Fill in the statement to be executed in the FILTER, and then click the explain button
Explain Result
Visual Tree:Formatted explain result
Raw Json:Complete explain result