sql - PostgresSQL Table Unresponsive/Corrupt when deleting -
tables in (amazon rds) postgresql database seem corrupted , become unresponsive when attempt delete them. there way check if unresponsive tables corrupted. possible forcefully delete them?
the storage on amazon rds hitting max, influence db performance?
as greg pointed out hitting limit of database server's storage seemed causing issues. on aws able resolve issue adjusting available storage database (via instance actions -> modify -> allocated storage).
Comments
Post a Comment