Re: Replication Syatem - Mailing list pgsql-performance

From Pavan Deolasee
Subject Re: Replication Syatem
Date
Msg-id 2e78013d0804292343hd9d1c0lf93df68e559f9af3@mail.gmail.com
Whole thread Raw
In response to Re: Replication Syatem  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
List pgsql-performance
On Wed, Apr 30, 2008 at 11:09 AM, Gauri Kanekar
<meetgaurikanekar@gmail.com> wrote:
>  relid |    relname     | n_tup_ins | n_tup_upd | n_tup_hot_upd | n_dead_tup
> -------+----------------+-----------+-----------+---------------+------------
>  16461 | table1 |         0 |   8352496 |          5389 |    8351242
>

Hmm.. So indeed there are very few HOT updates. What is the fillfactor
you are using for these tests ? If its much less than 100, the very
low percentage of HOT updates would make me guess that you are
updating one of the index columns. Otherwise at least the initial
updates until you fill up the free space should be HOT.

Thanks,
Pavan


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

pgsql-performance by date:

Previous
From: "Len Shapiro"
Date:
Subject: Re: Understanding histograms
Next
From: "Gauri Kanekar"
Date:
Subject: Re: Replication Syatem