Rafael Domiciano wrote: > The database has around 40 Gb. > > If I not use vacuum full everyday the database get very slow. > > There is no deadlock on the database. > The vacuum does a clean in the table and in every index of the table > "clifatura". And in the end of the vacuum, seems that vacuum is working > hard on the table (Vacuum is using CPU and memory), but doesn't end. Well - maybe an index on the table is broken? I did once run a script on a database to insert a rather big amount of data. During reindexing the db ran out of diskspace, but obviously it was freed after that so I missed the really important error message. I just wondered why the server had restarted in the meantime. A vacuum on the table in question took forever. I'm not sure whether I just did a reindex or a dump and restore to fix this. Just a suggestion. Good luck. Peter -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin