A question about index internals

Поиск
Список
Период
Сортировка
От tmorelli@tmorelli.com.br
Тема A question about index internals
Дата
Msg-id 20060110225252.4154646482@smtpi02.infolink.com.br
обсуждение исходный текст
Ответы Re: A question about index internals  (Neil Conway <neilc@samurai.com>)
Список pgsql-committers
Hi,

I've been working with SQL Server for a long time and many times I had to
change how an index page is filled with fillfactor clause. I've noticed that
PostgreSQL doesn't have anything like that, am I right?

I'd like to implement something that could change the index page filling. I've
found a struct called IndexOptInfo. Do I have to change it? Also, I followed
the creation index path and I reached a fuction called "heap_create". Am I in a
right way, or completely lost?

Best regards

Eduardo Morelli

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve error messages for missing-FROM-entry cases, as per
Следующее
От: Neil Conway
Дата:
Сообщение: Re: A question about index internals