Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join now60 Days of Data Days! Live and on-demand sessions, challenges, study groups and more! And it's all FREE!. Join now. Learn more
I am trying to move data from a partitioned delta table (Partitioned on Date and Hour columns) from a fabric lakehouse to an SQL Databases.
The aim of the activity is to check if querying the sql database from power bi is better when connecting to the sql database compared to the sql endpoint in lakehouse.
The size of data that i am going to test on is about 60 billion rows.
I am leaning on using Fabric Pipelines to complete the activity, but i am not sure if a simple copy activity would preserve the partitinoning or whether i should create the partitioning in the sql DB (although not sure how to do partitioning on two columns) prior to copy activity.
Any suggestion is highly appreciated.
Thanks
Hi @mkj1213 - For something like that I'd recommend creating the table as a clustered columnstore and loading it in order of your partitioning keys.
There are two schools of thought on how to load the data: 1) Load it in order and slow, forcing the pipeline to be single threaded. 2) Load the data as quickly as possible by using max settings for Intelligent throughput optimization and Degree of Parallelism on the settings tab of the pipeline.
I'm thinking let's get the data loaded fast and see how it performs. Once the data is in the database it is easy enough to rebuild it into an ordered columnstore index.
One thing to note is that tables with columnstore indexes are not currently mirrored to OneLake. For your use case, that may actually be a selling point. We are looking to mirror columnstore tables in the future but there is significant engineering effort involved.
Please let us know how your testing goes!
Dave
Is Direct Lake not an option for you?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.