Forum Discussion

pmscorca's avatar
pmscorca
Kudo Kingpin
3 months ago
Solved

Deep dive on open mirroring

Hi, I would like to better understand which mechanisms, services and functions are behind the operation of open mirroring to better understand the added value compared to an ingestion via f.e. pipel...
  • v-anbandari's avatar
    v-anbandari
    3 months ago

    Hi pmscorca ,

    Thank you for the clarification.

    From a practical perspective, Open Mirroring in Microsoft Fabric works more like a managed CDC/replication service than a traditional ETL pipeline. The source system writes change data into a landing zone, and the Fabric mirroring engine continuously synchronizes and maintains Delta tables inside One Lake.

    Compared to pipelines, Open Mirroring automatically handles incremental synchronization, change tracking, schema updates, and continuous replication, reducing the need for scheduled ETL jobs and manual orchestration.

    Another key advantage is that the mirrored data becomes immediately available for Power BI, SQL analytics, Spark/Data Engineering, and AI/Data Science workloads because the data is maintained in Delta Parquet format.

    In general, Open Mirroring is better suited for near real-time replication scenarios, while pipelines are better for complex ETL transformations and orchestration.

    I hope this helps. Please feel free to reach out if you have any further questions.