RDS Using More Space Than DB Size

0

I need assistance with my RDS storage increasing daily. This is a SQL Server Standard Edition instance.

The allocated storage is 300GB, see the below Enter image description here

I have autoscaling enabled, see the below Enter image description here

My Free Storage is over 200GB, see the below Enter image description here

I have daily backups running (over 60 snapshots, each one is 300GB), see the below Enter image description here

My Databases are less than 11GB in total, see below Enter image description here

My allocated storage is 300GB My databases are less than 11GB in total My backups are running daily but they are stored to S3, each snapshot is 300GB My free storage is over 250GB I don't know what is using the storage

Comfort
已提問 4 個月前檢視次數 165 次
3 個答案
0

Hi,

This post is a bit old with nonetheless very valid to help you understand the storage use by MS SQL Server (under RDS or not) and find solutions to reduce it (with performance improvements in many occasions).

See https://aboutsqlserver.com/2014/12/02/size-does-matter-10-ways-to-reduce-the-database-size-and-improve-performance-in-sql-server/

Best

Didier

profile pictureAWS
專家
已回答 4 個月前
  • Thanks but does not help me find the issue

0

You may find one of the transaction logs has taken up all the space.

There’s a couple of useful t-sql scripts to obtain information about databases in the SO answer.

https://stackoverflow.com/questions/18014392/select-sql-server-database-size

profile picture
專家
已回答 4 個月前
  • Thanks but does not help me find the issue

-1

Hi,

Below link will help you to determine your RDS storage usage & issues(telling that you haven't mentioned your RDS engine)

https://repost.aws/knowledge-center/diskfull-error-rds-postgresql

https://repost.aws/knowledge-center/view-storage-rds-mysql-mariadb

https://repost.aws/knowledge-center/rds-mysql-storage-optimization

Let me know if you have any questions

profile picture
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南