dbeaver / cloudbeaver

Cloud Database Manager

Home Page:https://dbeaver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement Request: Clarification and Consistency of sqlQueryTimeout Behavior

matthieukhl opened this issue · comments

Currently, there appears to be confusion regarding the behavior of the sqlQueryTimeout configuration parameter in CloudBeaver. The documentation states that it sets the maximum time (in seconds) for SQL query execution, including table data read. However, according to recent discussions and testing, it seems that this setting only affects the SQL editor and does not enforce query execution time limits for other components, such as JDBC drivers interacting with databases like MySQL, TiDB, or ClickHouse.

It is essential to clarify and ensure consistency in the behavior of sqlQueryTimeout across all relevant components within CloudBeaver. This enhancement request proposes the following actions:

  • Documentation Update: Update the documentation to accurately reflect the behavior of sqlQueryTimeout, specifying its scope and limitations. Clearly indicate which components and scenarios are affected by this setting.
  • Feature Enhancement: Extend the functionality of sqlQueryTimeout to enforce query execution time limits consistently across all database interactions, including JDBC drivers.

By addressing these points, CloudBeaver can offer users a more transparent and reliable experience when configuring and managing query execution time limits. This enhancement aligns with the goal of providing robust database management solutions that meet the diverse needs of users.

Thank you for considering this enhancement request.

Thank you for your request! 🦫
We'll discuss it and make improvements in one of the future releases.