Open waywtdcc opened 10 months ago
Flink engine jdbc execution time is much slower than the flink web display time
kyuubi 1.8.0 flink 1.18.0 yarn application
SELECT * FROM TABLEA
1.8.0
No response
though it looks like Kyuubi takes 3x times to complete the query, the absolute difference is ~2s which is not quite long, have you tested a large query? e.g. takes several minutes
Code of Conduct
Search before asking
Describe the bug
Flink engine jdbc execution time is much slower than the flink web display time
kyuubi 1.8.0 flink 1.18.0 yarn application
SELECT * FROM TABLEA
Affects Version(s)
1.8.0
Kyuubi Server Log Output
No response
Kyuubi Engine Log Output
No response
Kyuubi Server Configurations
No response
Kyuubi Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?