daddio6
daddio6

Reputation: 13

Azure SQL Data Warehouse -- storage billing

How does MAXSIZE affect billing? I see that the default value is now 240TBs. What if I'm only using 10TB of space? Will I still be charged for the entire 240TB size?

Upvotes: 0

Views: 124

Answers (1)

SQLmojoe
SQLmojoe

Reputation: 2053

No, it's a configuration change that allows your DW to grow to that size. You only get billed for actual usage, rounded up to the next TB.

Upvotes: 4

Related Questions