ποΈ ANALYZE PROFILE
ANALYZE PROFILE analyzes a specific query profile on a per-fragment basis, and displays it in a tree structure.
ποΈ EXPLAIN
EXPLAIN shows the logical or physical execution plans for a query statement.
ποΈ EXPLAIN ANALYZE
EXPLAIN ANALYZE executes the specified SQL statement, and shows the query profile of this statement.
ποΈ SHOW PROFILELIST
SHOW PROFILELIST lists the query profile records cached in your StarRocks cluster.