Running Queries
Overview
You can view currently executing queries. When query execution ends, the content is recorded as history in Query Audit.
In 10.3.0, the Running Queries menu that was in Audit > Databases > Running Queries has been moved to Databases > Monitoring > Running Queries, and the ability to stop queries executed through Web Editor and Workflow has been added. Please refer to this document for details: Databases > Monitoring > Running Queries
Viewing Running Queries

Administrator > Audit > Databases > Running Queries
- Navigate to Administrator > Audit > Databases > Running Queries menu.
 - Logs are displayed in descending order based on the current day.
 - Click the filter button in the top left of the table to filter with AND/OR conditions for the following:
- SQL Type : SQL statement type
 - Action At : Query execution date and time range
 - Executed From  : Query execution subject
- Web Editor : Executed from QueryPie web editor
 - Proxy : Executed through QueryPie proxy
 - SQL Request : Executed through SQL Request workflow
 - SQL Job : Executed by SQL Job
 - SQL Export Request : Executed through SQL Export Request workflow
 
 
 - You can refresh the log list through the refresh button in the top right of the table.
 - The table provides the following column information:
- No : Event identification number
 - Executed At : Query execution date and time
 - Name : Target user
 - Email : Target user email
 - Action Type : Action type
 - Connection Name : Target DB connection name
 - Database Type : Target database type
 - Privilege Name : User access permission
 - Client IP : User client IP address
 - Replication Type : DB Replication type
 - DB Host : Connected DB host
 - DB Name : DB name
 - DB User : DB user ID
 - Table(s) : Called table name
 - SQL Type : SQL statement type
 - Query : Executed query statement
 - Client Name : Used client name (DataGrip, etc.)
 - Execution Reason : Query execution reason
 - Executed From : Query execution subject
 
 
Viewing Running Query Details
You can view detailed information by clicking on each row.

Administrator > Audit > Databases > Running Queries > Running Query Details
- The right drawer displays the following information:
- Name : Target user name
 - Action Type : Action type
 - Privilege Name : User access permission
 - Privilege Type : User access permission type
 - SQL Type : SQL statement type
 - Executed From : Query execution subject
 - Connection Name : Target DB connection name
 - Replication Type : DB Replication type
 - Client Name : Used client name (DataGrip, etc.)
 - Client IP : User client IP address
 - Database Type : Target database type
 - DB Host : Connected DB host
 - DB Name : DB name
 - DB User : DB user ID
 - Table(s) : Called table name
 - Query : Executed query statement
 
 
Last updated on