It is misleading for users to see incorrect database size information in lifetime (This database size info in lifetime is fetched from Amazon RDS as per this article : https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/Database_storage_on_OutSystems_public_cloud#I_deleted_a_lot_of_data_I_had_created_by_mistake_(or_I_cleaned_up_a_lot_of_data)._Why_doesn't_LifeTime_reflect_that_change.3F)
The lifetime shows reserved space rather than actual space usage. Instead lifetime should query the database directly and show the actual database space rather than depending on Amazon RDS.
It will be better if we show both Amazon RDS and Actual Database space information in the lifetime environment.