Re: Hot Issue

From: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
To: "Gauri Kanekar" <meetgaurikanekar(at)gmail(dot)com>
Cc: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Hot Issue
Date: 2008-07-02 14:21:14
Message-ID: 36e682920807020721s3e537ef8k3189c8ce3b47e6c7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, Jul 2, 2008 at 9:44 AM, Gauri Kanekar
<meetgaurikanekar(at)gmail(dot)com> wrote:
> ok.. But we have set fill_factor = 80 for all the indexes on table1.

You need fill factor for the heap table, not the index.

> Is there a way to check if the page is fill and the update is going on a new
> page ??

IIRC, I don't think so. I think you'd have to u se something like
pg_filedump to see if you have rows migrated to other blocks due to
updates.

--
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation | fax: 732.331.1301
499 Thornall Street, 2nd Floor | jonah(dot)harris(at)enterprisedb(dot)com
Edison, NJ 08837 | http://www.enterprisedb.com/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2008-07-02 14:40:03 Re: Hot Issue
Previous Message Gauri Kanekar 2008-07-02 13:44:16 Re: Hot Issue