Skip to main content

Execution history

SQL Execution History shows SQL executions happening in Boltic Database across multiple sources in one place. It keeps track of query executions coming from:

  • Database
  • Workflows
  • MCP
  • Gateway
  • Boltic AI database agent
  • SDK
  • Raw connection string (External)
SQL execution history

View execution details and query plan

From the execution history, you can view by clicking on the query:

  • The executed query
  • Execution details
  • The query plan for the SQL

You can use the query plan to help you optimize your tables (for example, whether to add indexes, or how to fix filters in your query).

SQL execution details view