Skip to content

Query History

dbeaver-devops edited this page Jun 2, 2026 · 15 revisions

Note: This feature is available in Enterprise and AWS editions only.

Table of contents

CloudBeaver saves all the queries you run. The Query History shows all executed queries, including SQL text, execution time, affected rows, connection details, and execution results.

To access the Query History, navigate to the Tools menu in the top toolbar and select the Query History option.

Some columns provide additional context:

Field Description
Type Identifies whether the query was initiated by a user or generated by the system.
Context Provides additional information about the environment or session in which the query was executed.
Schema Indicates the database schema used for the query.
Catalog Represents the database catalog being accessed during the query.

Tip: You can access the internal database with all queries from Query History. For more details, see Server database.

Search query history

Use the search field above the table to find queries by SQL text.

Customize the view

Configure how Query History is displayed:

  • Open Query History Options () to change behavior and filtering settings.
  • Use Column Manager () to show or hide columns.

Refresh query history

Update query history manually or automatically:

  • Click Refresh () to reload the query list.
  • Toggle Auto-Refresh () to enable or disable automatic updates.

Export query history

Save query history to a CSV file for analysis or sharing. Click Export () and confirm to start the download.

Tip: Exports respect the filters you've applied. Without data filters, you'll get the last 30 days.

Configure query history

Query History shares many settings with Query Manager. For more information, see Query Manager.

CloudBeaver Documentation

Clone this wiki locally