Skip to main content
SUBMITTED

Support partitioning in Fabric Lakehouse

Related products:TimeXtender Data Integration
  • January 13, 2025
  • 1 reply
  • 40 views

erik.van.mastrigt
TimeXtender Xpert
Forum|alt.badge.img+3

We have some large tables source tables that need to split up for further transformation. For instance, we have a large source table containing all corporate financial transactions, that need to be divided over several divisions. 

To achieve more efficiency in processing, we like TX (ingest/prepare) to support the partition functionality of Fabric.

https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-lakehouse-partition

 

 

1 reply

rory.smith
TimeXtender Xpert
Forum|alt.badge.img+8
  • TimeXtender Xpert
  • May 1, 2025

Hi,

while this approach uses Data Pipelines which may be less performant than how TimeXtender handles data transfer to Lakehouse / Onelake it does show a clear folder structure. If TIS can write the result in such a structure and that can be ‘picked up’ by the rest of Fabric, this would work nicely.

If I remember correctly there is/was already a way to send data to ADLS in chunks based on PK + columnset1 , PK + columnset2 .. this mechanism could also be re-used with the addition of splitting the parquet for a specific field.