Re: table/index fillfactor control

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: table/index fillfactor control
Дата
Msg-id 1149594854.2621.431.camel@localhost.localdomain
обсуждение исходный текст
Ответ на table/index fillfactor control  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы table/index fillfactor control, try 2  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-patches
On Tue, 2006-06-06 at 18:02 +0900, ITAGAKI Takahiro wrote:
> This is a patch for table/index fillfactor control

This is a good new feature and I'll vote for it.

I see what Tom was driving at with earlier comments. I think we need an
non-index AM specific patch, so that each AM has its own parameters.

So we have a new element of the RelationData struct:
    void    *rd_amopts;

Which each AM defines and interprets.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: 'Index Full Scan' for Index Scan without Index Cond
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: table/index fillfactor control