Forum Discussion
CU consumption of Fabric Database
- 1 year ago
Hello RomainDomart1
Fabric classifies pipeline-triggered activities as interactive operations when they:
• Use T-SQL DML statements (INSERT/UPDATE/DELETE) on config tables
• Query DMVs/system catalog views
• Contain cross-database operations
Your F2 SKU (2 CUs ≈ 1 vCore) has limited interactive operation capacity:Interactive | ~3,600 CU-seconds/hr
Background | ~1,800 CUsec/hr
The “Interactive Non-Billable” label appears because:
• Fabric SQL Database remains free until 2025-01-01
• System-generated operations (pipeline coordination, statistics updates) don’t incur chargeshope this helps
now to improve performance and optimise cost try these
Replace frequent small updates with batch operations -- merge
Use the DMV query to track expensive operations
Thanks
- 1 year ago
Hi RomainDomart1 ,
You can find the learn doc for Fabric Database billing here : https://learn.microsoft.com/en-us/fabric/database/sql/usage-reporting
Here are a couple of other resources that might help :
2.Demo video: https://www.youtube.com/watch?v=xzPFcY7wTQg
The current conversion for Fabric Databases is 1 Fabric capacity unit = 0.383 SQL database vCores
Billing will start after 1st February 2025, hence you may be seeing Non-Billable usage
Hi RomainDomart1 ,
You can find the learn doc for Fabric Database billing here : https://learn.microsoft.com/en-us/fabric/database/sql/usage-reporting
Here are a couple of other resources that might help :
2.Demo video: https://www.youtube.com/watch?v=xzPFcY7wTQg
The current conversion for Fabric Databases is 1 Fabric capacity unit = 0.383 SQL database vCores
Billing will start after 1st February 2025, hence you may be seeing Non-Billable usage