You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To provide a better experience in profiling query performance issues, we will need a framework to record and display the execution info of any specific query.
A profiling library has been proposed in #10023, which will record some execution information and display it via EXPLAIN ANALYZE statement.
A system table query_profile has been proposed in #11760, which can be used to query the profile information of specific queries with query id.
Further works:
Support recording profile information for queries run in cluster mode
Support recording table scan profile information
GUI tool for displaying the query profile
The text was updated successfully, but these errors were encountered:
Derived from #4238.
To provide a better experience in profiling query performance issues, we will need a framework to record and display the execution info of any specific query.
A profiling library has been proposed in #10023, which will record some execution information and display it via
EXPLAIN ANALYZE
statement.A system table
query_profile
has been proposed in #11760, which can be used to query the profile information of specific queries with query id.Further works:
The text was updated successfully, but these errors were encountered: