-
Notifications
You must be signed in to change notification settings - Fork 310
/
Copy pathmirroring-faq.yml
87 lines (80 loc) · 3.96 KB
/
mirroring-faq.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
### YamlMime:FAQ
metadata:
title: "Frequently asked questions for Mirroring Fabric SQL database (preview)"
description: This article answers frequently asked questions about Mirroring of Fabric SQL database (preview).
author: WilliamDAssafMSFT
ms.author: wiassaf
ms.reviewer: nzagorac
ms.topic: faq
ms.custom:
ms.date: 10/14/2024
title: "Frequently asked questions for Mirroring Fabric SQL database (preview)"
summary: |
This article answers frequently asked questions about Mirroring Fabric SQL database.
sections:
- name: Features and capabilities
questions:
- question: |
How does mirroring for Fabric SQL database differ from mirroring for Azure SQL Database?
answer:
The same technology is used for both Azure SQL and Fabric SQL databases. The main difference is that authentication and setup are taken care for you in case of Fabric SQL database.
- question: |
Is there a staging or landing zone for Fabric SQL database? If so, is it outside of OneLake?
answer:
A landing zone in OneLake stores both the snapshot and change data, to improve performance when converting files into delta verti-parquet.
- question: |
How long does the initial replication take?
answer:
It depends on the size of the data that is being brought in.
- question: |
How long does it take to replicate inserts/updates/deletes?
answer:
Near real-time latency.
- question: |
Do you support replicating of views, transient or external tables?
answer:
No. Currently, only replicating regular tables are supported.
- question: |
Can Power BI reports on mirrored data use direct lake mode?
answer:
Yes, since tables are all v-ordered delta tables.
- name: Self-help
questions:
- question: |
How do I know if my data is replicated?
answer: |
If you're experiencing mirroring problems, perform the following database level checks using Dynamic Management Views (DMVs) and stored procedures to validate configuration. [Contact support](/power-bi/support/service-support-options) if troubleshooting is required.
- Execute the following query to check if the changes properly flow:
```sql
SELECT * FROM sys.dm_change_feed_log_scan_sessions
```
For troubleshooting steps, see [Troubleshoot mirroring from Fabric SQL database](mirroring-troubleshooting.md).
- question: |
What are the replication statuses?
answer:
See [Monitor Fabric mirrored Fabric SQL database replication](mirroring-monitor.md).
- question: |
Can I mirror only specific tables from my SQL database in Fabric?
answer:
No, all tables eligible for mirroring will be automatically included into mirroring.
- name: Security
questions:
- question: |
Is data ever leaving the customers Fabric tenant?
answer:
No.
- question: |
Is data staged outside of a customer environment?
answer:
No. Data isn't staged outside of customer environment, it's staged in the customer's OneLake.
- name: Cost Management
questions:
- question: |
What are the costs associated with Mirroring?
answer:
There is no compute cost for mirroring data from Fabric SQL database to Fabric OneLake. The Mirroring storage cost is free up to a limit based on capacity. Learn more from the Mirroring section in [Microsoft Fabric - Pricing](https://azure.microsoft.com/pricing/details/microsoft-fabric/).
additionalContent: |
## Related content
- [Monitor Fabric mirrored Fabric SQL database replication](mirroring-monitor.md)
- [Mirroring Fabric SQL database (preview)](mirroring-overview.md)
- [Limitations and behaviors for Fabric SQL database mirroring (preview)](mirroring-limitations.md)