Forum Moderators: open
The Web-app runs on a Linux box. The database lies on the /var directory, which only has 8% (1.5 GB out of 19 GB) available space even after the purging. The /var directory has other historical files in it, however, and just recently the system got into some trouble. I purged the files and the system got better.
Question: is it normal for postgresql (postmaster) to have a CPU utilization of 56% at a given time (this is the highest CPU utilization of postgresql I encountered)? Did my purging affect PostgreSQL's storage and indeces? Why didn't my database size decrease after the purging?
Thanks for any help anyone can give.