Description:
I am experiencing a consistent delay of 2-5 seconds for each query execution using the databricks-sql-python library, regardless of whether the query is run on a large or small table. Below are the details of my setup and the issue:
Issue:
-
Every query executed, whether it's on a large or small table, takes between 2-5 seconds to return results.
-
This occurs even with very basic queries on small datasets, which raises performance concerns.
Question:
Is this behavior normal when connected through this library? Are there any known ways to improve performance or mitigate the delay ?
Description:
I am experiencing a consistent delay of 2-5 seconds for each query execution using the databricks-sql-python library, regardless of whether the query is run on a large or small table. Below are the details of my setup and the issue:
Issue:
Every query executed, whether it's on a large or small table, takes between 2-5 seconds to return results.
This occurs even with very basic queries on small datasets, which raises performance concerns.
Question:
Is this behavior normal when connected through this library? Are there any known ways to improve performance or mitigate the delay ?