You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
Describe the bug
The default query of dbeaver displays 200 rows. Each pull-down will display 200 more rows of data. There is a table with a total of 990 data.
Every time I pull down to display more data, it will generate new SQL to query. Is this as expected? Is it possible to get the results of the previous query?
Each time you pull down to display more data, the time it takes to return and display the data will increase a lot.
Summarize the conclusions of the offline discussion: kyuubi-beeline takes 3s to run the same query, including retrieving and displaying the result to console, which indicates the performance bottleneck comes from the DBeaver side.
A user from the Kyuubi community catches this performance regression caused by #6639, the Kyuubi developers are working on fixing it(patch will be included in 1.10.1, the release is scheduled in a month), and to work around it you can downgrade the Kyuubi JDBC driver to 1.9.2 for now.
Code of Conduct
Search before asking
Describe the bug
The default query of dbeaver displays 200 rows. Each pull-down will display 200 more rows of data. There is a table with a total of 990 data.
Affects Version(s)
1.10.0
Kyuubi Server Log Output
No response
Kyuubi Engine Log Output
No response
Kyuubi Server Configurations
No response
Kyuubi Engine Configurations
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: