In Tableau, I was able to extract around 1 crore rows when using MySQL as the backend. But when I run the same query on Databricks, it is failing.
Manoj Nambirajan (Dell Technologies) Forum Ambassador
@Amol Deshmukh thanks for details. Looks like current sql query used or the operation is consuming more memory and CPU.. I wonder if we can apply more filter in the query to reduce data volume being pulled.. OR probbaly do data aggregation (if any) at the data bricks level first before you extract to Tableau?