📄️ ANALYZE PROFILE
ANALYZE PROFILE analyzes a specific query profile on a per-fragment basis, and displays it in a tree structure. For more information about query profile, see Query Profile Overview.
📄️ EXPLAIN
EXPLAIN shows the logical or physical execution plans for a query statement. For instructions on how to analyze a query plan, refer to Plan analysis.
📄️ EXPLAIN ANALYZE
EXPLAIN ANALYZE executes the specified SQL statement, and shows the query profile of this statement. For more information about query profile, see Query Profile Overview.
📄️ SHOW PROFILELIST
SHOW PROFILELIST lists the query profile records cached in your StarRocks cluster. For more information about query profile, see Query Profile Overview.