VACUUM VERBOSE ANALYZE taking long time to process. - Mailing list pgsql-performance

From anil7385
Subject VACUUM VERBOSE ANALYZE taking long time to process.
Date
Msg-id 1441795381877-5865303.post@n5.nabble.com
Whole thread Raw
Responses Re: VACUUM VERBOSE ANALYZE taking long time to process.  (Ben Chobot <bench@silentmedia.com>)
List pgsql-performance
Hi,
We have a table which consists of 3 millions of records and when we try to
delete them and run VACUUM VERBOSE ANALYZE on it in production environment ,
it takes 6/7 hours to process.

our understanding is that ,there are other processes running in the prod
environment which may acquire lock on this table and due to this vacuum
keeps waiting continuously for getting lock and due to this it takes long
time to finish .

can any body suggest me a solution by which we can reduce the time to 1 to 2
hours ?


please reply me on this with your suggestions .



--
View this message in context:
http://postgresql.nabble.com/VACUUM-VERBOSE-ANALYZE-taking-long-time-to-process-tp5865303.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.


pgsql-performance by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Server slowing down over time
Next
From: Ben Chobot
Date:
Subject: Re: VACUUM VERBOSE ANALYZE taking long time to process.