Skip to content

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.

  1. Select Cluster Name

    exc-name

  2. Select a database and click on it to enter the database.

    database

  3. Select a collection and click on it to enter the collection.

    collection

  4. Fill in the statement to be executed in the FILTER, and then click the Find button

    find

FInd

View Data

Display data information in the database

find

Meta Data

Meta information

This page contains MongoDB collection information

Meta-informationIndex information

This page contains all index information in the collection

Index-information

Collection Diagnose

This page contains some diagnostic information about the current collection.

Collection-Diagnose

Collection-Diagnose2

Explain Result

Fill in the statement to be executed in the FILTER, and then click the explain button

explain

Visual Tree

Formatted explain result

visual-tree

Raw Json

Complete explain result

explain-resullt