How to measure data processed with dedicated sql pool?

Cody Dance 0 Reputation points
2023-11-14T03:33:31.35+00:00

My client currently uses a dedicated SQL pool in Azure Synapse and we are trying to assess the possible cost savings from switching to a serverless SQL pool. The pricing for the serverless SQL pool is per TB of data processed. Is there a way to measure the amount of data processed in a dedicated SQL pool?

Azure SQL Database
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,375 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 34,661 Reputation points MVP Volunteer Moderator
    2023-11-14T07:16:27.49+00:00

    Hi Cody Dance

    Thanks for reaching out to Microsoft Q&A.

    The dedicated sql pool works like a typical DW database but measured in DWU (data warehouse units). The DWU cannot be measured like that of serverless sql pool because it is layered to few levels. The DWU is a combination of CPU, memory & IO only and storage transactions are not billed but only for stored data. If you have an idea on how much DWUs your dedicated pool is using you can roughly calculate an estimate using the below link. Only approx. estimate if you don’t know what the DWU is your workload is using, if you want to find that out you can do using this.

    https://azure.microsoft.com/en-us/pricing/calculator/?service=synapse-analytics

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.