Data storage is full in cdh application

For one of the cdh application we are getting alert notifications saying it is 90% storage is filled. We removed data from data tables using Dataset-Execute truncate and removed big data tables still there is no change. What else we need to check and how to check them…

It is for development environment

Any help is appreciated

Thanks

@DevC16698431 The alert indicating 90% storage usage in the CDH application suggests that the storage might still be filled even after removing data from tables. In addition to truncating tables, you should check for other potential storage issues such as logs or temporary files taking up space, large indexes, or backup files that may not have been removed. You can look into the file system to see if there are large files in directories like the logs folder, which might need to be cleared. Also, verify if there are any database caches or session data that need cleaning. If the problem persists, consider checking the database’s internal storage management or consult with your infrastructure team for further insights into the issue.

@Sairohith Thanks for reply will verify once again