Re: json datatype and table bloat? - Mailing list pgsql-general

From Gregory Haase
Subject Re: json datatype and table bloat?
Date
Msg-id CAHA6QFS5k77V=Mps1ASTvDvULQ1w1sJJ-Zc5++UADTrLUTrezw@mail.gmail.com
Whole thread Raw
In response to Re: json datatype and table bloat?  (John R Pierce <pierce@hogranch.com>)
Responses Re: json datatype and table bloat?  (Gregory Haase <haaseg@onefreevoice.com>)
List pgsql-general
So, between yesterday and today we actually failed over to our hot-standby instance and the issue hasn't changed. I don't think you can have a pending transaction across streaming replication.


On Tue, Oct 29, 2013 at 12:49 PM, John R Pierce <pierce@hogranch.com> wrote:
On 10/29/2013 12:41 PM, Gregory Haase wrote:
db_name=# VACUUM FULL VERBOSE table_schema.table_name;
INFO:  vacuuming "table_schema.table_name"
INFO:  "table_name": found 2 removable, 29663 nonremovable row versions in 1754 pages
DETAIL:  0 dead row versions cannot be removed yet.
CPU 0.07s/0.10u sec elapsed 0.30 sec.

is there an old transaction pending?   that 'masks' vacuum from touching any tuples newer than the start of that transaction.



-- 
john r pierce                                      37N 122W
somewhere on the middle of the left coast

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: json datatype and table bloat?
Next
From: Gregory Haase
Date:
Subject: Re: json datatype and table bloat?