serverless SQL pool - Built-in cost

arkiboys 9,616 Reputation points
2021-07-27T14:55:45.753+00:00

Hello,
How can I find out the cost of a select query I run in the serverless sql pool?
In the built-in I can see the amount of data used i.e. 10MB but not sure where to see the cost for this very select query I run?

Thank you

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.
4,362 questions
0 comments No comments
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2021-07-28T16:01:46.82+00:00

    Hi @arkiboys ,

    Thanks for using Microsoft Q&A forum and posting your query.

    For Synapse Serverless SQL pool, you only pay for executed queries and the pricing is based on the amount of data processed by each query. Metadata-only queries (DDL statements) do not incur a cost. Queries will incur a minimum charge of 10 MB and each query will be rounded up to the nearest 1 MB of data processed. Data processed is the amount of data that the system temporarily stores while a query is run.

    The pricing for Serverless is $5 per TB of data processed.

    118745-image.png

    You could also try exploring this Azure pricing calculator tool

    118727-image.png

    For more info please refer to below related docs:

    Hope this info helps. Please do let us know if you have further query.

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful