On 7/7/2014 2:14 PM, Prabhjot Sheena wrote:
> i will run full vacuum than and see how it goes.
do make sure there aren't any OLD pending transactions hanging around.
if you have any stalled client connections that have left a transaction
open for weeks/months, vacuum can't free any tuples newer than the
oldest transaction.
select * from pg_stat_activity where xact_start < now()-interval '1 hour';
will list all connections with transactions over 1 hour old.
--
john r pierce 37N 122W
somewhere on the middle of the left coast