Re: Replication Syatem - Mailing list pgsql-performance

From Gauri Kanekar
Subject Re: Replication Syatem
Date
Msg-id 7e4ba9550804292239n668b1f01v59ad7ac6ca9e092b@mail.gmail.com
Whole thread Raw
In response to Re: Replication Syatem  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Responses Re: Replication Syatem
List pgsql-performance
 relid |    relname     | n_tup_ins | n_tup_upd | n_tup_hot_upd | n_dead_tup
-------+----------------+-----------+-----------+---------------+------------
 16461 | table1 |         0 |   8352496 |          5389 |    8351242


On Wed, Apr 30, 2008 at 11:07 AM, Pavan Deolasee <pavan.deolasee@gmail.com> wrote:
On Wed, Apr 30, 2008 at 10:59 AM, Gauri Kanekar
<meetgaurikanekar@gmail.com> wrote:
> HOT doesn't seems to be working in our case.
>

Can you please post output of the following query ?

SELECT relid, relname, n_tup_ins, n_tup_upd, n_tup_hot_upd, n_dead_tup
from pg_stat_user_tables WHERE relname = 'table1';


Thanks,
Pavan

--
Pavan Deolasee
EnterpriseDB     http://www.enterprisedb.com



--
Regards
Gauri

pgsql-performance by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: Replication Syatem
Next
From: "Len Shapiro"
Date:
Subject: Re: Understanding histograms