Reputation: 1306
I followed the instructions here - to get DBeaver Community (Ver 23.0) working with Cassandra.
For small tables, it works ok, but for larger ones, it times out after 2 seconds with the error SQL Error: Query timed out after PT2S
. I can't find where this 2 second timeout is defined in DBeaver. Most of the timeout fields in the config are set to 0, meaning no timeout, although I did play with them to see if they'd make a difference.
How do I increase this timeout? Or is there a different JDBC driver I can use?
Upvotes: 1
Views: 806
Reputation: 16333
I'm not familiar with the JDBC driver in the link you provided so I don't know how to configure it to increase the timeout.
However, I've previously documented the instructions in How do I connect to Cassandra with Dbeaver Community edition? using the Simba JDBC Driver for Apache Cassandra.
However, it appears that Simba has been acquired by insightsoftware so the driver might not be available for free download anymore. In any case, details on the JDBC driver is available here. Cheers!
[EDIT] We are sorting a few things out in the background. If you give us a few days, we think we'll have the driver available for free again. 🙏
Upvotes: 1