AWS RDS - Postgres DB Purge
Hi,
I am trying to purge a ThingWorx database, which is hosted on AWS RDS using Postgres. unfortunately, the DB has more than 20TB of data.
I was trying to delete the data in the DB and purged around 80% of the data, but the size of the DB remains the same.
Below are the validations I have done:
- Re-checked the rows that got purged, and they were not showing up in select After the purge
- Did Analyze - which deleted all the Dead Tuples from the DB also
- Checked the Table (public.value_stream) size, still shows the same size of DB which was before the pruge.
What my research shown is that once the AWS RDS DB is increased to a point, that can't be shirnked/decreased, customer should continue paying for it.
I am looking for a best way possible to decrease the size of DB such that the costings get reduced
Thingworx Version: 9.1
Thanks,

