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
gefragt vor 4 Monaten165 Aufrufe
3 Antworten
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
EXPERTE
beantwortet vor 4 Monaten
  • 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
EXPERTE
beantwortet vor 4 Monaten
  • 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
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen