Forum Discussion
Don-Bot
Helper V
2 years agoPower BI Embedded using Databricks sql warehouse or data lake?
We are currently looking into moving from using a SQL Server datawarehouse to something new. We have large amount of data, currently in the millions of rows used by hundreds of clients. The current...
Don-Bot
Helper V
2 years agoCurrently the data model is connecting to a view in SQL Server to pull the information. Hence the long load times and huge memory hogging.
I am looking into enhancing it to utilize Databricks Warehouse or Direct Lake parquet files. Either one is probably a huge improvement over what we have today.
lbendlin
Super User
2 years agoCurrently the data model is connecting to a view in SQL Server to pull the information. Hence the long load times and huge memory hogging.
Optimize the query behind the view. Add indexes as needed and make sure the statistics are up to date.