An Azure NoSQL database service for app development.
Hello @Pravin,
It seems that you have successfully upgraded the storage for your Azure Cosmos DB for PostgreSQL single-node cluster from 512GB to 1024GB, as confirmed in the Scale blade. However, the storage_percent metric being stuck at 94-95% despite the upgrade could be due to a few factors. The storage_percent metric indicates the percentage of storage used out of the server’s maximum capacity, which includes not just the database files but also temporary files, transaction logs, and server logs.
The storage used by the service may take some time to reflect the changes in the metrics, especially after an upgrade operation. It’s noted that Azure Cosmos DB for PostgreSQL does not provide aggregate metrics for the cluster as a whole, but metrics for multiple nodes can be placed on the same graph.
If the storage_percent metric remains unchanged after a significant amount of time (like 12+ hours), it might be worth checking if there are any ongoing background processes or if the metrics are experiencing a delay in updating. You can also consider reviewing the activity log for any errors or issues related to the scaling operation.
Scale a cluster in Azure Cosmos DB for PostgreSQL
If this answers your query, do click Accept Answer and Up-Vote for the same. And, if you have any further query do let us know.