SQL elastic Pool storage

Handian Sudianto 6,101 Reputation points
2024-09-09T03:33:43.6933333+00:00

Hello,

In my Azure SQL Server i go to SQL elastic pools and found the storage is 95% used.

User's image

but if i go to the elastic pools the usage is only 42%

User's image

Anyone know why?

Azure SQL Database
{count} votes

Accepted answer
  1. Vinodh247 34,666 Reputation points MVP Volunteer Moderator
    2024-09-09T05:17:59.2666667+00:00

    Hi Handian Sudianto,

    Thanks for reaching out to Microsoft Q&A.

    • Elastic Pool (42% used): This shows the total space used by all databases in the elastic pool, compared to the total allocated storage for the pool. In this case, 42% of the total allocated storage (200 GB allocated out of 250 GB maximum) is being used, which is 105 GB.
    • Storage Usage on the Specific Elastic Pool (95%): This figure represents the total percentage of used storage based on the configured maximum capacity or the storage quota per database or pool, depending on the pricing tier and configuration. It suggests that one or more databases in the pool might be near their individual storage limits, triggering the high usage warning.

    reasons for the discrepancy may be due to...

    • per DB Storage Quotas: Individual dbs within the elastic pool may have storage limits imposed even if the pool itself has unused capacity. For instance, one db might be nearing its quota within the pool causing the 95% warning.
    • Retention and Logs: It’s also possible that unused logs or retention files could be temporarily inflating the reported storage usage even though actual data storage remains lower.

    Go to the elastic pool and view the storage breakdown by individual databases. You may find that one or more databases are consuming significant space. If needed, consider increasing the allocated storage or resizing the pool to accommodate current and future growth.

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


0 additional answers

Sort by: Most helpful

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.