Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at the 2025 Microsoft Fabric Community Conference. March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for $400 discount. Register now

Reply
SofiaGinger
New Member

DataflowGen2 on MS Fabric: Optimize column profiling on millions of rows (1-5mil)

Hello, 

I have datasets residing on hive_metastore of Azure Databricks storage, in the range of 1-5 millions of records. I wish to use the Column Profiling feature on the entire dataset after loading the data using Get Data experience on a DataflowGen2 object . 

When I am changing from "Column profiling based on top 1000 rows" to "Column profiling based on entire dataset" , the processing takes forever when applied on the 1 million dataset, and happens instataneously when applied on the 1000 rows one. 

What steps shall I take to optimize the performance here, to perform column profiling on entire data set?

SofiaGinger_0-1717502170623.png

 

1 ACCEPTED SOLUTION
miguel
Community Admin
Community Admin

This is something that we don't have full control over. It relies on 3 specific components:

  • Data source: and the resources available for it
  • Connector: owned by the Databricks team
  • Power Query editor: it effectively runs the queries that the connector tells it to run and it tries to later cache the results if they're fully computed

I can pass your feedback to the Databricks team, but there's nothing beyond what you're doing today that can impact the performance of the profiling for such scenario.

View solution in original post

1 REPLY 1
miguel
Community Admin
Community Admin

This is something that we don't have full control over. It relies on 3 specific components:

  • Data source: and the resources available for it
  • Connector: owned by the Databricks team
  • Power Query editor: it effectively runs the queries that the connector tells it to run and it tries to later cache the results if they're fully computed

I can pass your feedback to the Databricks team, but there's nothing beyond what you're doing today that can impact the performance of the profiling for such scenario.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebFBC_Carousel

Fabric Monthly Update - February 2025

Check out the February 2025 Fabric update to learn about new features.

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors