VeloDB Studio
Query
Session Management

Session Management

Session management allows administrator users to manage the use of resources and prioritize critical queries to improve system performance and provides detailed information about each session, such as execution time, the user who initiated the query, and the resources being used.

You can view all currently running SQL queries and terminate any queries that cause problems or run time exceeds expectations.

session

You can check the table to display more information about running SQL queries, such as scan size, scan number of rows, return number of rows, etc.

session-display-row

Click the Query ID of the session to further view the complete information of the session, including the executing user, the FE node that received the session, and the execution plan (Profile) of the SQL.

session-detail