Re: Hot Issue

Поиск
Список
Период
Сортировка
От Jonah H. Harris
Тема Re: Hot Issue
Дата
Msg-id 36e682920807020721s3e537ef8k3189c8ce3b47e6c7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Hot Issue  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
Ответы Re: Hot Issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Wed, Jul 2, 2008 at 9:44 AM, Gauri Kanekar
<meetgaurikanekar@gmail.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.harris@enterprisedb.com
Edison, NJ 08837 | http://www.enterprisedb.com/

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Gauri Kanekar"
Дата:
Сообщение: Re: Hot Issue
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Hot Issue